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 class
ReadThroughAtlassianCache<K,V>
An implementation ofReadThroughCache
backed by an atlassian-cacheCache
.class
ReadThroughEntityCache<CACHEKEY extends Serializable,ENTITYID extends Serializable,ENTITY>
An implementation ofReadThroughCache
which 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 newReadThroughCache
for use withConfluenceEntityObject
entity 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 newReadThroughCache
for use withConfluenceEntityObject
entity 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)
-