Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.constructs.nonstop.store |
Ehcache-nonstopcache behaviors package
|
net.sf.ehcache.store |
Store package.
|
net.sf.ehcache.store.disk |
This package contains the disk store.
|
net.sf.ehcache.transaction |
This package contains classes for controlling cache operations for transactional use.
|
Modifier and Type | Method and Description |
---|---|
Policy |
Cache.getMemoryStoreEvictionPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
Cache.setMemoryStoreEvictionPolicy(Policy policy)
Sets the eviction policy strategy.
|
Modifier and Type | Method and Description |
---|---|
Policy |
ExceptionOnTimeoutStore.getInMemoryEvictionPolicy()
.
|
Policy |
NoOpOnTimeoutStore.getInMemoryEvictionPolicy() |
Policy |
LocalReadsOnTimeoutStore.getInMemoryEvictionPolicy()
.
|
Policy |
NonstopStoreImpl.getInMemoryEvictionPolicy() |
Policy |
ExecutorServiceStore.getInMemoryEvictionPolicy()
.
|
Modifier and Type | Method and Description |
---|---|
void |
ExceptionOnTimeoutStore.setInMemoryEvictionPolicy(Policy policy)
Sets the eviction policy strategy.
|
void |
NoOpOnTimeoutStore.setInMemoryEvictionPolicy(Policy policy)
Sets the eviction policy strategy.
|
void |
LocalReadsOnTimeoutStore.setInMemoryEvictionPolicy(Policy policy)
Sets the eviction policy strategy.
|
void |
NonstopStoreImpl.setInMemoryEvictionPolicy(Policy policy)
Sets the eviction policy strategy.
|
void |
ExecutorServiceStore.setInMemoryEvictionPolicy(Policy policy)
Sets the eviction policy strategy.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPolicy
A base policy class
|
class |
FifoPolicy
Contains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also
uses an LfuPolicy for evictions.
|
class |
LfuPolicy
Contains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also
uses an LfuPolicy for evictions.
|
class |
LruPolicy
Contains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also
uses an LfuPolicy for evictions.
|
Modifier and Type | Method and Description |
---|---|
Policy |
LruMemoryStore.getEvictionPolicy() |
Policy |
ElementIdAssigningStore.getInMemoryEvictionPolicy() |
Policy |
MemoryStore.getInMemoryEvictionPolicy() |
Policy |
LegacyStoreWrapper.getInMemoryEvictionPolicy() |
Policy |
NullStore.getInMemoryEvictionPolicy() |
Policy |
LruMemoryStore.getInMemoryEvictionPolicy() |
Policy |
FrontEndCacheTier.getInMemoryEvictionPolicy() |
Policy |
Store.getInMemoryEvictionPolicy() |
Policy |
MemoryOnlyStore.getInMemoryEvictionPolicy()
{inheritDoc}
|
Modifier and Type | Method and Description |
---|---|
void |
LruMemoryStore.setEvictionPolicy(Policy policy)
Sets the eviction policy strategy.
|
void |
ElementIdAssigningStore.setInMemoryEvictionPolicy(Policy policy)
Sets the eviction policy strategy.
|
void |
MemoryStore.setInMemoryEvictionPolicy(Policy policy)
Sets the eviction policy strategy.
|
void |
LegacyStoreWrapper.setInMemoryEvictionPolicy(Policy policy)
Sets the eviction policy strategy.
|
void |
NullStore.setInMemoryEvictionPolicy(Policy policy)
Sets the eviction policy strategy.
|
void |
LruMemoryStore.setInMemoryEvictionPolicy(Policy policy)
Sets the eviction policy strategy.
|
void |
FrontEndCacheTier.setInMemoryEvictionPolicy(Policy policy)
Sets the eviction policy strategy.
|
void |
Store.setInMemoryEvictionPolicy(Policy policy)
Sets the eviction policy strategy.
|
void |
MemoryOnlyStore.setInMemoryEvictionPolicy(Policy policy)
{inheritDoc}
|
Modifier and Type | Method and Description |
---|---|
Policy |
DiskStore.getInMemoryEvictionPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
DiskStore.setInMemoryEvictionPolicy(Policy policy)
Sets the eviction policy strategy.
|
Modifier and Type | Method and Description |
---|---|
Policy |
AbstractTransactionStore.getInMemoryEvictionPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransactionStore.setInMemoryEvictionPolicy(Policy policy)
Sets the eviction policy strategy.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.