ehcache

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

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

Uses of MemoryStore in net.sf.ehcache.store
 

Methods in net.sf.ehcache.store that return MemoryStore
static MemoryStore MemoryStore.create(Ehcache cache, Store diskStore)
          A factory method to create a MemoryStore.
static MemoryStore MemoryStore.createSilent(Ehcache cache, Store diskStore)
          A factory method to create a MemoryStore that won't notify listeners on eviction & expiry
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.