|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.config.PinningConfiguration
public class PinningConfiguration
Class to hold the Pinning configuration.
Nested Class Summary | |
---|---|
static class |
PinningConfiguration.Store
Possible store values |
Constructor Summary | |
---|---|
PinningConfiguration()
|
Method Summary | |
---|---|
PinningConfiguration.Store |
getStore()
Return the lowest store from which elements must not be evicted from |
void |
setStore(String store)
Set the store scope |
PinningConfiguration |
store(PinningConfiguration.Store store)
Set the lowest store from which elements must not be evicted from |
PinningConfiguration |
store(String store)
Set the lowest store from which elements must not be evicted from |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PinningConfiguration()
Method Detail |
---|
public void setStore(String store)
store
- the storage scopepublic PinningConfiguration store(String store)
store
- the store, encoded as a string
public PinningConfiguration store(PinningConfiguration.Store store)
store
- the store
public PinningConfiguration.Store getStore()
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |