Uses of Class
org.craftercms.core.cache.CacheStatistics
Packages that use CacheStatistics
Package
Description
-
Uses of CacheStatistics in org.craftercms.core.cache
Fields in org.craftercms.core.cache declared as CacheStatisticsMethods in org.craftercms.core.cache that return CacheStatisticsModifier and TypeMethodDescriptionCache.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 CacheStatisticsModifier and TypeMethodDescriptionCacheImpl.getStatistics(String scope) Returns the statistics of the specified scope in the cache.CacheStoreAdapter.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 CacheStatisticsModifier and TypeMethodDescriptionMapCacheStoreAdapter.getStatistics(String scope) Returns the statistics of the specified scope from the underlying store.NoopCacheStoreAdapter.getStatistics(String scope) -
Uses of CacheStatistics in org.craftercms.core.cache.impl.store.guava
Subclasses of CacheStatistics in org.craftercms.core.cache.impl.store.guavaMethods in org.craftercms.core.cache.impl.store.guava that return CacheStatisticsModifier and TypeMethodDescriptionGuavaCacheStoreAdapter.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 CacheStatisticsModifier and TypeMethodDescriptionCacheService.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