Categorygithub.com/Devisree146/Multi_backend_caching_library
modulepackage
0.0.0-20240621052156-94f0f080a4bd
Repository: https://github.com/devisree146/multi_backend_caching_library.git
Documentation: pkg.go.dev

# Functions

NewInMemoryCache initializes a new cache with a given maximum size.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CacheEntry represents the JSON structure expected for cache operations.
No description provided by the author
InMemoryCache represents an in-memory cache with LRU eviction.
InMemoryCache struct.
RedisCache struct.
UnifiedCache struct.

# Interfaces

Cache interface.