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