Name | Description |
---|---|
CacheIndexer | Represents an in memory collection of keys and values whose operations are concurrent. |
CachedImage | Describes a cached image |
DiskCache | The disk cache. |
ImageCacheBase | The image cache base provides methods for implementing the IImageCache interface. It is recommended that any implementations inherit from this class. |
MemCache | Encapsulates methods that allow the caching and retrieval of objects from the in memory cache. |