| Name | Description | Type | Package | Framework |
| BackingStoreAwareCacheWriter | Wrapper for cache writer that is aware of backing store writer and calls backing store for getSize and getContentData | Class | org.alfresco.repo.content.caching | AlFresco |
| CachedContentCleaner | Cleans up redundant cache files from the cached content file store. | Class | org.alfresco.repo.content.caching.cleanup | AlFresco |
| CachedContentCleanerCreatedEvent | Event fired when CachedContentCleaner instances are created. | Class | org.alfresco.repo.content.caching.cleanup | AlFresco |
| CachedContentCleanupJob | Quartz job to remove cached content files from disk once they are no longer held in the in-memory cache. | Class | org.alfresco.repo.content.caching.cleanup | AlFresco |
| CacheFileProps | Manage a cache file's associated properties. | Class | org.alfresco.repo.content.caching | AlFresco |
| CacheMissException | CacheMissException will be thrown if an attempt is made to read content from the ContentCache when it is not in the cache. | Class | org.alfresco.repo.content.caching | AlFresco |
| CachingContentStore | transparently providing caching of content in that backing store. | Class | org.alfresco.repo.content.caching | AlFresco |
| CachingContentStoreCreatedEvent | Event fired when a CachingContentStore instance is created. | Class | org.alfresco.repo.content.caching | AlFresco |
| CachingContentStoreEvent | Abstract base class for CachingContentStore related application events. | Class | org.alfresco.repo.content.caching | AlFresco |
| ContentCache | A cache designed to operate on content and split between memory and disk. | Interface | org.alfresco.repo.content.caching | AlFresco |
| ContentCacheImpl | The one and only implementation of the ContentCache class. | Class | org.alfresco.repo.content.caching | AlFresco |
| ContentCacheImpl .CacheWriter | This FileContentWriter subclass allows for the temp cache file to be renamed to a cache file proper, e. | Class | org.alfresco.repo.content.caching | AlFresco |
| ContentCacheImpl .NumericFileNameComparator | Class | org.alfresco.repo.content.caching | AlFresco | |
| FileHandler | Interface | org.alfresco.repo.content.caching | AlFresco | |
| Key | Multipurpose key so that data can be cached either by content URL or cache file path. | Class | org.alfresco.repo.content.caching | AlFresco |
| QuotaManagerStrategy | Disk quota managers for the CachingContentStore must implement this interface. | Interface | org.alfresco.repo.content.caching.quota | AlFresco |
| StandardQuotaStrategy | Quota manager for the CachingContentStore that has the following characteristics: When a cache file has been written that results in cleanThresholdPct (default 80%) of maxUsageBytes | Class | org.alfresco.repo.content.caching.quota | AlFresco |