Classes
| Class | Description | |
|---|---|---|
|
|
CacheBase<(Of <(<'TKey, TItem>)>)> |
Base class for cache.
|
|
|
CacheProviderContainer |
Container of cache providers.
|
|
|
LocalCacheProviderBase |
Base implementation for a local cache. Reports/subscribes cache updates to a feed.
|
|
|
MicrosoftCachingProvider |
Implementation of Microsoft Enterprise Library Caching Block.
|
Interfaces
| Interface | Description | |
|---|---|---|
|
|
ICacheBaseSetting |
Settings on the cache base.
|
|
|
ICacheKey |
Key that identifies a cache item.
|
|
|
ICacheProvider |
Cache provider to implement to support a custom cache.
|
Delegates
| Delegate | Description | |
|---|---|---|
|
|
StorageItemGetter<(Of <(<'TItem>)>)> |
Method used when an item doesn't exist in the cache and needs to be fetched from storage.
|