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 classAn implementation ofReadThroughCachebacked by an atlassian-cacheCache.final 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 ReadThroughCacheModifier and TypeMethodDescriptionstatic <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 ReadThroughCacheModifier and TypeMethodDescriptionstatic <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 ReadThroughCacheModifierConstructorDescriptionReadThroughEntityCache(ReadThroughCache<CACHEKEY, ENTITYID> backingCache, Function<ENTITYID, ENTITY> entityLoader, Function<ENTITY, ENTITYID> idExtractor) -
Uses of ReadThroughCache in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type ReadThroughCacheModifierConstructorDescriptionDefaultContentPropertyManager(org.hibernate.SessionFactory sessionFactory, ReadThroughCache<String, io.atlassian.fugue.Option<String>> cache) -
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) -
Uses of ReadThroughCache in com.atlassian.confluence.impl.user.preferences.dao
Constructors in com.atlassian.confluence.impl.user.preferences.dao with parameters of type ReadThroughCacheModifierConstructorDescriptionCachingUserPreferencesDao(UserPreferencesDao delegate, ReadThroughCache<String, io.atlassian.fugue.Option<UserPreference>> cache, ReadThroughCache<String, ?> legacyCache)