Namespace LfrlAnvil.Caching
Classes
- Cache<TKey, TValue>
Represents a generic cache of keyed entries.
Structs
- CachedItemRemovalEvent<TKey, TValue>
A lightweight representation of an event that signals removal of an entry from an ICache<TKey, TValue>.
Interfaces
- ICache<TKey, TValue>
Represents a generic cache of keyed entries.
- IReadOnlyCache<TKey, TValue>
Represents a generic read-only cache of keyed entries.