Uses of Class
org.alfresco.repo.cache.TransactionalCache.ValueHolder
-
Packages that use TransactionalCache.ValueHolder Package Description org.alfresco.repo.cache -
-
Uses of TransactionalCache.ValueHolder in org.alfresco.repo.cache
Method parameters in org.alfresco.repo.cache with type arguments of type TransactionalCache.ValueHolder Modifier and Type Method Description static <KEY extends Serializable,VAL>
VALTransactionalCache. getSharedCacheValue(SimpleCache<KEY,TransactionalCache.ValueHolder<VAL>> sharedCache, KEY key)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 unwrappingvoidTransactionalCache. setSharedCache(SimpleCache<Serializable,TransactionalCache.ValueHolder<V>> sharedCache)Set the shared cache to use during transaction synchronization or when no transaction is present.
-