Uses of Interface
org.alfresco.repo.content.caching.ContentCache
-
Packages that use ContentCache Package Description org.alfresco.repo.content.caching -
-
Uses of ContentCache in org.alfresco.repo.content.caching
Classes in org.alfresco.repo.content.caching that implement ContentCache Modifier and Type Class Description classContentCacheImplThe one and only implementation of the ContentCache class.Methods in org.alfresco.repo.content.caching that return ContentCache Modifier and Type Method Description ContentCacheCachingContentStore. getCache()Methods in org.alfresco.repo.content.caching with parameters of type ContentCache Modifier and Type Method Description voidCachingContentStore. setCache(ContentCache cache)Constructors in org.alfresco.repo.content.caching with parameters of type ContentCache Constructor Description CachingContentStore(org.alfresco.repo.content.ContentStore backingStore, ContentCache cache, boolean cacheOnInbound)
-