Uses of Class
com.atlassian.confluence.impl.labels.adaptivelabelcache.LiteSearchResultCacheEntry
Packages that use LiteSearchResultCacheEntry
-
Uses of LiteSearchResultCacheEntry in com.atlassian.confluence.impl.labels.adaptivelabelcache.dao
Methods in com.atlassian.confluence.impl.labels.adaptivelabelcache.dao that return LiteSearchResultCacheEntryModifier and TypeMethodDescriptionAdaptiveLabelCacheDao.read(long spaceId) Reads cached record by space id.DatabaseBasedAdaptiveLabelCacheDaoImpl.read(long spaceId) Methods in com.atlassian.confluence.impl.labels.adaptivelabelcache.dao with parameters of type LiteSearchResultCacheEntryModifier and TypeMethodDescriptionvoidAdaptiveLabelCacheDao.write(long spaceId, LiteSearchResultCacheEntry cacheEntry) Writes cached data to the persistent cache A previous record will be overwrittenvoidDatabaseBasedAdaptiveLabelCacheDaoImpl.write(long spaceId, LiteSearchResultCacheEntry cacheEntry)