Skip to content

Releases: Pinta365/BucketFS

0.0.2

02 Nov 21:48

Choose a tag to compare

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() and getCacheStats()
  • Support for cache TTL (time-to-live) expiration
  • LRU (Least Recently Used) cache eviction strategy
  • Example files: cache_example.ts and memory_example.ts

Changed

  • BucketConfig.credentials is now optional (not required for memory provider)
  • StorageProvider type now includes "memory" option

Documentation

  • Updated README with caching documentation and examples
  • Added memory provider documentation
  • Added cache management API documentation