Classes

  Class Description
Public class Cache<(Of <(<'TKey, TItem>)>)>
Cache able to do sliding and absolut expirations.
Public class CacheItemFetcherEnumerable<(Of <(<'TKey, TItem>)>)>
IEnumerable cache struct item fetcher.
Public class CacheItemFetcherSingle<(Of <(<'TKey, TItem>)>)>
Single cache item fetcher.
Public class CacheItemWrapper<(Of <(<'TKey, TItem>)>)>
Class to wrap an TItem.
Public class CacheKey
String key of object.
Public class ContextWrappedCache<(Of <(<'TKey, TItem>)>)>
Cache that use the HttpContext as a secondary cache.

Interfaces

  Interface Description
Public interface ICacheKey
Cache key need to be implemented on classes that should use.

Delegates