# Functions
NewCacheEntry creates a new instance of the cache entry and assigns its values.
NewDefaultCacheFactory create a new instance of the factory.
NewMemoryCache creates a new instance of the cache.
NewMemoryCacheFromConfig creates a new instance of the cache.
NewNullCache creates a new instance of the cache.
# Variables
No description provided by the author
No description provided by the author
# Structs
CacheEntry Data object to store cached values with their keys used by MemoryCache.
MemoryCache that stores values in the process memory.
NullCache Dummy cache implementation that doesn't do anything.
# Interfaces
ICache interface for caches that are used to cache values to improve performance.