Package | Description |
---|---|
org.alfresco.repo.cache |
Modifier and Type | Method and Description |
---|---|
void |
CacheStatistics.add(String cacheName,
TransactionStats stats)
Add new details to the system wide cache statistics.
|
void |
InMemoryCacheStatistics.add(String cacheName,
TransactionStats txStats) |
static <KEY extends Serializable,VAL> |
TransactionalCache.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 Serializable,VAL> |
TransactionalCache.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
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.