Classes
| Class | Description | |
|---|---|---|
|
|
Cache<(Of <(<'TKey, TItem>)>)> |
Cache able to do sliding and absolut expirations.
|
|
|
CacheItemFetcherEnumerable<(Of <(<'TKey, TItem>)>)> |
IEnumerable cache struct item fetcher.
|
|
|
CacheItemFetcherSingle<(Of <(<'TKey, TItem>)>)> |
Single cache item fetcher.
|
|
|
CacheItemWrapper<(Of <(<'TKey, TItem>)>)> |
Class to wrap an TItem.
|
|
|
CacheKey |
String key of object.
|
|
|
ContextWrappedCache<(Of <(<'TKey, TItem>)>)> |
Cache that use the HttpContext as a secondary cache.
|
Interfaces
| Interface | Description | |
|---|---|---|
|
|
ICacheKey |
Cache key need to be implemented on classes that should use.
|
Delegates
| Delegate | Description | |
|---|---|---|
|
|
Cache<(Of <(<'TKey, TItem>)>)>..::..LoadItemDelegate |
Delegate to fetch new items into cache.
|
|
|
CacheItemFetcherEnumerable<(Of <(<'TKey, TItem>)>)>..::..LoadItemDelegate |
Fetcher delegare.
|
|
|
CacheItemFetcherSingle<(Of <(<'TKey, TItem>)>)>..::..LoadItemDelegate |
Loader delegate for single items
|