Namespace DotNext.Runtime.Caching
Classes
ConcurrentCache<TKey, TValue>
Represents concurrent cache.
RandomAccessCache<TKey, TValue>
Represents concurrent cache optimized for random access.
Structs
RandomAccessCache<TKey, TValue>.ReadOrWriteSession
Represents a session that can be used to read, modify or promote the cache record value.
RandomAccessCache<TKey, TValue>.ReadSession
Represents a session that can be used to read the cache record value.
Enums
CacheEvictionPolicy
Represents cache eviction policy.