ehcache

Uses of Interface
net.sf.ehcache.search.impl.SearchManager

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

Uses of SearchManager in net.sf.ehcache.store
 

Classes in net.sf.ehcache.store that implement SearchManager
protected static class MemoryOnlyStore.BruteForceSearchManager
          Brute force search implementation
 

Constructors in net.sf.ehcache.store with parameters of type SearchManager
AbstractStore(SearchManager searchManager)
          Constructor for stores that do support search
FrontEndCacheTier(T cache, U authority, ReadWriteCopyStrategy<Element> copyStrategy, SearchManager searchManager, boolean copyOnWrite, boolean copyOnRead)
          Constructor for FrontEndCacheTier
MemoryOnlyStore(CacheConfiguration cacheConfiguration, MemoryStore authority, SearchManager searchManager)
          Create a MemoryOnlyStore
 


ehcache

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