Uses of Interface
com.atlassian.confluence.impl.cache.ReadThroughCache
Package
Description
-
Uses of ReadThroughCache in com.atlassian.confluence.impl.cache
Modifier and TypeClassDescriptionfinal class
An implementation ofReadThroughCache
backed by an atlassian-cacheCache
.final class
ReadThroughEntityCache<CACHEKEY extends Serializable,
ENTITYID extends Serializable, ENTITY> An implementation ofReadThroughCache
which caches the IDs of entity objects against arbitrary keys.Modifier and TypeMethodDescriptionstatic <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.Modifier and TypeMethodDescriptionstatic <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.ModifierConstructorDescriptionReadThroughEntityCache
(ReadThroughCache<CACHEKEY, ENTITYID> backingCache, Function<ENTITYID, ENTITY> entityLoader, Function<ENTITY, ENTITYID> idExtractor) -
Uses of ReadThroughCache in com.atlassian.confluence.impl.pages.attachments
ModifierConstructorDescriptionReadThroughCachingAttachmentDao
(AttachmentDaoInternal delegate, ReadThroughCache<String, Attachment> cache)