K - Cache key classV - Cache value classT - Output of the transformpublic class CacheLocalTransform<K,V,T> extends Object implements org.infinispan.distexec.DistributedCallable<K,V,T>, Serializable
| Constructor and Description |
|---|
CacheLocalTransform(org.modeshape.jcr.value.BinaryKey key,
com.google.common.base.Function<LowLevelCacheEntry,T> entryTransform) |
public CacheLocalTransform(org.modeshape.jcr.value.BinaryKey key,
com.google.common.base.Function<LowLevelCacheEntry,T> entryTransform)
key - the BinaryKey to transformentryTransform - a Function from LowLevelCacheEntries to TCopyright © 2013 DuraSpace, Inc.. All Rights Reserved.