Uses of Class
org.alfresco.repo.cache.TransactionStats
Packages that use TransactionStats
-
Uses of TransactionStats in org.alfresco.repo.cache
Methods in org.alfresco.repo.cache with parameters of type TransactionStatsModifier and TypeMethodDescriptionvoidCacheStatistics.add(String cacheName, TransactionStats stats) Add new details to the system wide cache statistics.voidInMemoryCacheStatistics.add(String cacheName, TransactionStats txStats) static <KEY extends Serializable,VAL>
VALTransactionalCache.getSharedCacheValue(SimpleCache<KEY, TransactionalCache.ValueHolder<VAL>> sharedCache, KEY key, TransactionStats stats) Fetches a value from the shared cache.static <KEY extends Serializable,VAL>
voidTransactionalCache.putSharedCacheValue(SimpleCache<KEY, TransactionalCache.ValueHolder<VAL>> sharedCache, KEY key, VAL value, TransactionStats stats) Values written to the backing cache need proper wrapping and unwrapping