Package | Description |
---|---|
com.atlassian.confluence.impl.labels.adaptivelabelcache.dao |
Modifier and Type | Method and Description |
---|---|
LiteSearchResultCacheEntry |
DatabaseBasedAdaptiveLabelCacheDaoImpl.read(long spaceId)
Reads cached record by space id.
|
LiteSearchResultCacheEntry |
AdaptiveLabelCacheDao.read(long spaceId)
Reads cached record by space id.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseBasedAdaptiveLabelCacheDaoImpl.write(long spaceId,
LiteSearchResultCacheEntry cacheEntry)
Writes cached data to the persistent cache
A previous record will be overwritten
|
void |
AdaptiveLabelCacheDao.write(long spaceId,
LiteSearchResultCacheEntry cacheEntry)
Writes cached data to the persistent cache
A previous record will be overwritten
|
Copyright © 2003–2021 Atlassian. All rights reserved.