| Interface | Description |
|---|---|
| CacheRefresher | |
| CacheStoreAdapter |
Adapter to the real data structure used to store the items of a cache.
|
| Class | Description |
|---|---|
| CacheImpl |
Cache that implements common functionality, such as logging and
expiration/refresh check every tick, and uses and underlying CacheStoreAdapter to store the items. |
| CacheItemImpl |
Default implementation of
CacheItem. |
| CacheRefresherImpl |
Default implementation of
CacheRefresher. |
Copyright © 2018 CrafterCMS. All rights reserved.