Uses of Interface
org.terracotta.toolkit.internal.cache.VersionedValue

Packages that use VersionedValue
org.terracotta.toolkit.internal.cache   
 

Uses of VersionedValue in org.terracotta.toolkit.internal.cache
 

Methods in org.terracotta.toolkit.internal.cache that return VersionedValue
 VersionedValue<V> ToolkitCacheInternal.getVersionedValue(Object key)
          This method returns the VersionedValue corresponding to the given key.
 

Methods in org.terracotta.toolkit.internal.cache that return types with arguments of type VersionedValue
 Map<K,VersionedValue<V>> ToolkitCacheInternal.getAllVersioned(Collection<K> keys)
          GetAll returning values with versions.
 



Copyright © 2014 Terracotta, Inc.. All Rights Reserved.