Releases: Pinta365/BucketFS
Releases · Pinta365/BucketFS
0.0.2
Added
- Optional in-memory caching with configurable file count and/or memory limits
- Memory storage provider for testing and development (no credentials required)
- Cache management functions:
clearCache()andgetCacheStats() - Support for cache TTL (time-to-live) expiration
- LRU (Least Recently Used) cache eviction strategy
- Example files:
cache_example.tsandmemory_example.ts
Changed
BucketConfig.credentialsis now optional (not required for memory provider)StorageProvidertype now includes"memory"option
Documentation
- Updated README with caching documentation and examples
- Added memory provider documentation
- Added cache management API documentation