@Deprecated public class PageIdCache extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_KEY
Deprecated.
since 5.10. See
CachingPageDao.CACHE_NAME |
Constructor and Description |
---|
PageIdCache(com.atlassian.util.concurrent.Supplier<com.atlassian.vcache.StableReadExternalCache<Long>> cacheRef)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(String spaceKey,
String title)
Deprecated.
|
@Nullable Long |
get(String spaceKey,
String title)
Deprecated.
|
void |
put(Page page)
Deprecated.
|
void |
remove(Page page)
Deprecated.
|
@Deprecated public static final String CACHE_KEY
CachingPageDao.CACHE_NAME
public PageIdCache(com.atlassian.util.concurrent.Supplier<com.atlassian.vcache.StableReadExternalCache<Long>> cacheRef)
Copyright © 2003–2023 Atlassian. All rights reserved.