Classes

  Class Description
Public class CacheBase<(Of <(<'TKey, TItem>)>)>
Base class for cache.
Public class CacheProviderContainer
Container of cache providers.
Public class LocalCacheProviderBase
Base implementation for a local cache. Reports/subscribes cache updates to a feed.
Public class MicrosoftCachingProvider
Implementation of Microsoft Enterprise Library Caching Block.

Interfaces

  Interface Description
Public interface ICacheBaseSetting
Settings on the cache base.
Public interface ICacheKey
Key that identifies a cache item.
Public interface ICacheProvider
Cache provider to implement to support a custom cache.

Delegates

  Delegate Description
Public delegate StorageItemGetter<(Of <(<'TItem>)>)>
Method used when an item doesn't exist in the cache and needs to be fetched from storage.