Uses of Class
org.craftercms.core.cache.CacheStatistics
-
-
Uses of CacheStatistics in org.craftercms.core.cache
Fields in org.craftercms.core.cache declared as CacheStatistics Modifier and Type Field Description static CacheStatisticsCacheStatistics. EMPTYMethods in org.craftercms.core.cache that return CacheStatistics Modifier and Type Method Description CacheStatisticsCache. getStatistics(String scope)Returns the statistics of the specified scope in the cache. -
Uses of CacheStatistics in org.craftercms.core.cache.impl
Methods in org.craftercms.core.cache.impl that return CacheStatistics Modifier and Type Method Description CacheStatisticsCacheImpl. getStatistics(String scope)Returns the statistics of the specified scope in the cache.CacheStatisticsCacheStoreAdapter. getStatistics(String scope)Returns the statistics of the specified scope from the underlying store. -
Uses of CacheStatistics in org.craftercms.core.cache.impl.store
Methods in org.craftercms.core.cache.impl.store that return CacheStatistics Modifier and Type Method Description CacheStatisticsMapCacheStoreAdapter. getStatistics(String scope)Returns the statistics of the specified scope from the underlying store.CacheStatisticsNoopCacheStoreAdapter. getStatistics(String scope) -
Uses of CacheStatistics in org.craftercms.core.cache.impl.store.guava
Subclasses of CacheStatistics in org.craftercms.core.cache.impl.store.guava Modifier and Type Class Description classGuavaCacheStatisticsMethods in org.craftercms.core.cache.impl.store.guava that return CacheStatistics Modifier and Type Method Description CacheStatisticsGuavaCacheStoreAdapter. getStatistics(String scope)Returns the statistics of the specified scope from the underlying store. -
Uses of CacheStatistics in org.craftercms.core.service
Methods in org.craftercms.core.service that return CacheStatistics Modifier and Type Method Description CacheStatisticsCacheService. getStatistics(Context context)Returns the statistics for the scope of the given context. -
Uses of CacheStatistics in org.craftercms.core.service.impl
Methods in org.craftercms.core.service.impl that return CacheStatistics Modifier and Type Method Description CacheStatisticsCacheServiceImpl. getStatistics(Context context)
-