Uses of Interface
com.atlassian.confluence.impl.cache.ReadThroughCache
Packages that use ReadThroughCache
Package
Description
-
Uses of ReadThroughCache in com.atlassian.confluence.impl.cache
Classes in com.atlassian.confluence.impl.cache that implement ReadThroughCacheModifier 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.Methods in com.atlassian.confluence.impl.cache that return ReadThroughCacheModifier 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.Methods in com.atlassian.confluence.impl.cache with parameters of type ReadThroughCacheModifier 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.Constructors in com.atlassian.confluence.impl.cache with parameters of type ReadThroughCacheModifierConstructorDescriptionReadThroughEntityCache
(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 ReadThroughCacheModifierConstructorDescriptionReadThroughCachingAttachmentDao
(AttachmentDaoInternal delegate, ReadThroughCache<String, Attachment> cache)