Contains types that provide caching of document parts.
Classes
| Class | Description | |
|---|---|---|
| CachePackagePartRequest |
Wraps a part request and stores the requested part in the cache.
| |
| CachePackageReader |
The base implementation of a package reader that caches package parts.
| |
| IsolatedStorageCacheReader |
The package reader that caches package parts in the isolated storage.
| |
| MemoryCacheReader |
The package reader that caches package parts in memory.
| |
| PartCache<(Of <(<'T>)>)> |
Represents a thread-safe, in-memory cache of parts of type T with custom scavenging rules.
| |
| PartCache<(Of <(<'T>)>)>..::..CacheItem |
Represents an item in the cache.
| |
| PartCacheMaxContentSize<(Of <(<'T>)>)> |
Represents a cache with a maximum content size.
| |
| PartCacheMaxCount<(Of <(<'T>)>)> |
Represents a cache with a maximum number of items.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IPartCache<(Of <(<'T>)>)> |
The interface for a cache of document parts of type T.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| PartRequestPolicy |
Determines the request policy of document parts.
|