| Package | Description |
|---|---|
| org.craftercms.core.cache.impl | |
| org.craftercms.core.service.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheImpl
Cache that implements common functionality, such as logging and
expiration/refresh check every tick, and uses and underlying CacheStoreAdapter to store the items. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CacheRefresherImpl.refreshItem(CacheItem item,
Cache cache)
Refreshes only one item.
|
void |
CacheRefresher.refreshItems(List<CacheItem> itemsToRefresh,
Cache cache)
Refreshes the specified list of
CacheItems. |
void |
CacheRefresherImpl.refreshItems(List<CacheItem> itemsToRefresh,
Cache cache)
Refreshes the specified list of
CacheItems. |
| Modifier and Type | Field and Description |
|---|---|
protected Cache |
CacheServiceImpl.cache |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheServiceImpl.setCache(Cache cache)
Sets the cache engine.
|
Copyright © 2018 CrafterCMS. All rights reserved.