org.ehcache.spi.cache
Class CacheStoreHelper

java.lang.Object
  extended by org.ehcache.spi.cache.CacheStoreHelper

public final class CacheStoreHelper
extends java.lang.Object


Method Summary
static
<K,V> Cache.Entry<K,V>
cacheEntry(K key, Store.ValueHolder<V> mappedValue, TimeSource timeSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

cacheEntry

public static <K,V> Cache.Entry<K,V> cacheEntry(K key,
                                                Store.ValueHolder<V> mappedValue,
                                                TimeSource timeSource)