wip library to store cold objects in s3, warm objects on disk, and hot objects in memory
nodejs typescript
at main 187 B view raw
1node_modules/ 2dist/ 3.env 4*.log 5.DS_Store 6 7# Example cache directories 8example-cache/* 9example-cache/ 10cache/* 11cache/ 12 13# Test cache directories 14test-cache/ 15 16# Build artifacts 17*.tsbuildinfo