Uses of Interface
com.atlassian.confluence.impl.cache.ReadThroughCache
-
Packages that use ReadThroughCache Package Description com.atlassian.confluence.impl.cache com.atlassian.confluence.impl.pages.attachments -
-
Uses of ReadThroughCache in com.atlassian.confluence.impl.cache
Classes in com.atlassian.confluence.impl.cache that implement ReadThroughCache Modifier and Type Class Description classReadThroughAtlassianCache<K,V>An implementation ofReadThroughCachebacked by an atlassian-cacheCache.classReadThroughEntityCache<CACHEKEY extends Serializable,ENTITYID extends Serializable,ENTITY>An implementation ofReadThroughCachewhich caches the IDs of entity objects against arbitrary keys.Methods in com.atlassian.confluence.impl.cache that return ReadThroughCache Modifier and Type Method Description static <E extends ConfluenceEntityObject,K extends Serializable>
ReadThroughCache<K,E>ReadThroughEntityCache. forConfluenceEntityObjects(ReadThroughCache<K,Long> cache, Function<Long,E> entityLoader)Creates a newReadThroughCachefor use withConfluenceEntityObjectentity types.Methods in com.atlassian.confluence.impl.cache with parameters of type ReadThroughCache Modifier and Type Method Description static <E extends ConfluenceEntityObject,K extends Serializable>
ReadThroughCache<K,E>ReadThroughEntityCache. forConfluenceEntityObjects(ReadThroughCache<K,Long> cache, Function<Long,E> entityLoader)Creates a newReadThroughCachefor use withConfluenceEntityObjectentity types.Constructors in com.atlassian.confluence.impl.cache with parameters of type ReadThroughCache Constructor Description ReadThroughEntityCache(ReadThroughCache<CACHEKEY,ENTITYID> backingCache, Function<ENTITYID,ENTITY> entityLoader, Function<ENTITY,ENTITYID> idExtractor) -
Uses of ReadThroughCache in com.atlassian.confluence.impl.pages.attachments
Constructors in com.atlassian.confluence.impl.pages.attachments with parameters of type ReadThroughCache Constructor Description ReadThroughCachingAttachmentDao(AttachmentDaoInternal delegate, ReadThroughCache<String,Attachment> cache)
-