Package | Description |
---|---|
com.atlassian.confluence.pages.actions |
Modifier and Type | Field and Description |
---|---|
List<ListUndefinedPagesAction.UndefinedPage> |
ListUndefinedPagesAction.CacheableUndefinedLinksResult.undefinedLinks |
Modifier and Type | Method and Description |
---|---|
protected List<ListUndefinedPagesAction.UndefinedPage> |
ListUndefinedPagesAction.cacheResult(long cachingEnablingTimeout,
int cachingEnablingItemNumber,
long currentTime,
Supplier<List<ListUndefinedPagesAction.UndefinedPage>> resultSupplier,
Map cacheStorage)
Return cached result if available or getting new data
|
protected List<ListUndefinedPagesAction.UndefinedPage> |
ListUndefinedPagesAction.prepareNewCache(int cachingEnablingItemNumber,
long currentTime,
Supplier<List<ListUndefinedPagesAction.UndefinedPage>> resultSupplier,
Map cacheStorage)
Clean previous cache, call supplier to get new data then put it into the cache if cache condition is match
|
Modifier and Type | Method and Description |
---|---|
int |
ListUndefinedPagesAction.UndefinedPage.compareTo(ListUndefinedPagesAction.UndefinedPage other) |
Modifier and Type | Method and Description |
---|---|
protected List<ListUndefinedPagesAction.UndefinedPage> |
ListUndefinedPagesAction.cacheResult(long cachingEnablingTimeout,
int cachingEnablingItemNumber,
long currentTime,
Supplier<List<ListUndefinedPagesAction.UndefinedPage>> resultSupplier,
Map cacheStorage)
Return cached result if available or getting new data
|
protected List<ListUndefinedPagesAction.UndefinedPage> |
ListUndefinedPagesAction.prepareNewCache(int cachingEnablingItemNumber,
long currentTime,
Supplier<List<ListUndefinedPagesAction.UndefinedPage>> resultSupplier,
Map cacheStorage)
Clean previous cache, call supplier to get new data then put it into the cache if cache condition is match
|
Copyright © 2003–2021 Atlassian. All rights reserved.