Uses of Class
com.atlassian.confluence.impl.labels.adaptivelabelcache.LiteSearchResultCacheEntry
-
Packages that use LiteSearchResultCacheEntry Package Description com.atlassian.confluence.impl.labels.adaptivelabelcache.dao -
-
Uses of LiteSearchResultCacheEntry in com.atlassian.confluence.impl.labels.adaptivelabelcache.dao
Methods in com.atlassian.confluence.impl.labels.adaptivelabelcache.dao that return LiteSearchResultCacheEntry Modifier and Type Method Description LiteSearchResultCacheEntry
AdaptiveLabelCacheDao. read(long spaceId)
Reads cached record by space id.LiteSearchResultCacheEntry
DatabaseBasedAdaptiveLabelCacheDaoImpl. read(long spaceId)
Reads cached record by space id.Methods in com.atlassian.confluence.impl.labels.adaptivelabelcache.dao with parameters of type LiteSearchResultCacheEntry Modifier and Type Method Description void
AdaptiveLabelCacheDao. write(long spaceId, LiteSearchResultCacheEntry cacheEntry)
Writes cached data to the persistent cache A previous record will be overwrittenvoid
DatabaseBasedAdaptiveLabelCacheDaoImpl. write(long spaceId, LiteSearchResultCacheEntry cacheEntry)
Writes cached data to the persistent cache A previous record will be overwritten
-