ehcache

Uses of Class
net.sf.ehcache.store.CopyingCacheStore

Packages that use CopyingCacheStore
net.sf.ehcache.store Store package. 
 

Uses of CopyingCacheStore in net.sf.ehcache.store
 

Methods in net.sf.ehcache.store that return CopyingCacheStore
static
<T extends Store>
CopyingCacheStore<T>
CopyingCacheStore.wrap(T cacheStore, CacheConfiguration cacheConfiguration)
          Wraps (always) with the proper configured CopyingCacheStore
 

Methods in net.sf.ehcache.store with parameters of type CopyingCacheStore
 void MemoryStore.BruteForceSearchManager.setMemoryStore(CopyingCacheStore<? extends MemoryStore> copyingCacheStore)
          set the memory store, keeping a ref to the copying wrapping instance
 


ehcache

Copyright 2001-2014, Terracotta, Inc.