| BackingStoreAwareCacheWriter |
Wrapper for cache writer that is aware of backing store
writer and calls backing store for getSize and getContentData
in case if cache file was deleted
|
| CacheFileProps |
Manage a cache file's associated properties.
|
| CachingContentStore |
Implementation of ContentStore that wraps any other ContentStore (the backing store)
transparently providing caching of content in that backing store.
|
| CachingContentStoreCreatedEvent |
Event fired when a CachingContentStore instance is created.
|
| CachingContentStoreEvent |
Abstract base class for CachingContentStore related application events.
|
| ContentCacheImpl |
The one and only implementation of the ContentCache class.
|
| ContentCacheImpl.CacheWriter |
This FileContentWriter subclass allows for the temp cache file
to be renamed to a cache file proper, e.g filename.tmp becomes
filename.bin
|
| ContentCacheImpl.NumericFileNameComparator |
|
| Key |
Multipurpose key so that data can be cached either by content URL or cache file path.
|