Atalasoft.Imaging.Codec.Office.Caching Namespace |
Class | Description | |
---|---|---|
![]() | DisposableValueCache<TKey, TValue> |
An implementation of ICache<TKey, TValue> for storing TValue which implement IDisposable.
When items are removed from this cache they will automatically be disposed.
|
![]() | LruDisposableValueCache<TKey, TValue> |
An implementation of DisposableValueCache<TKey, TValue> which stores a fixed number of entries.
After this capacity has been reached, the Least Recently Used (LRU) entry will be removed before new ones are added.
|
Interface | Description | |
---|---|---|
![]() | ICache<TKey, TValue> |
An interface for a cache.
|