Package | Description |
---|---|
net.sf.ehcache.store |
Store package.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
MemoryOnlyStore.BruteForceSearchManager
Brute force search implementation
|
Modifier and Type | Field and Description |
---|---|
private SearchManager |
AbstractStore.searchManager |
Constructor and Description |
---|
AbstractStore(SearchManager searchManager)
Constructor for stores that do support search
|
DiskBackedMemoryStore(CacheConfiguration cacheConfiguration,
MemoryStore cache,
DiskStore authority,
SearchManager searchManager) |
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
|