| Package | Description |
|---|---|
| org.craftercms.core.cache | |
| org.craftercms.core.cache.impl | |
| org.craftercms.core.cache.impl.store | |
| org.craftercms.core.service | |
| org.craftercms.core.service.impl |
| Modifier and Type | Field and Description |
|---|---|
static CacheStatistics |
CacheStatistics.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
CacheStatistics |
Cache.getStatistics(String scope)
Returns the statistics of the specified scope in the cache.
|
| Modifier and Type | Method and Description |
|---|---|
CacheStatistics |
CacheImpl.getStatistics(String scope)
Returns the statistics of the specified scope in the cache.
|
CacheStatistics |
CacheStoreAdapter.getStatistics(String scope)
Returns the statistics of the specified scope from the underlying store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EhCacheStatistics |
| Modifier and Type | Method and Description |
|---|---|
CacheStatistics |
MapCacheStoreAdapter.getStatistics(String scope)
Returns the statistics of the specified scope from the underlying store.
|
CacheStatistics |
NoopCacheStoreAdapter.getStatistics(String scope) |
CacheStatistics |
EhCacheStoreAdapter.getStatistics(String scope)
Returns the statistics of the specified scope from the underlying store.
|
| Modifier and Type | Method and Description |
|---|---|
CacheStatistics |
CacheService.getStatistics(Context context)
Returns the statistics for the scope of the given context.
|
| Modifier and Type | Method and Description |
|---|---|
CacheStatistics |
CacheServiceImpl.getStatistics(Context context) |
Copyright © 2020 CrafterCMS. All rights reserved.