|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TerracottaStore
Use for internal purpose only. Teaser: Stores of Terracotta clustered caches implements this interface.
| Field Summary |
|---|
| Fields inherited from interface net.sf.ehcache.store.Store |
|---|
CLUSTER_COHERENT, NODE_COHERENT |
| Method Summary | |
|---|---|
Set |
getLocalKeys()
Returns set of keys from the cache which are present in the node locally. |
CacheConfiguration.TransactionalMode |
getTransactionalMode()
Get the transactional mode of this store. |
Element |
unlockedGet(Object key)
Gets the value associated with the key without acquiring any locks. |
Element |
unlockedGetQuiet(Object key)
Same as unlockedGet(Object) but does not update statistics |
Element |
unsafeGet(Object key)
Returns the local value associated with the key. |
Element |
unsafeGetQuiet(Object key)
Same as unsafeGet(Object) but does not update last usage statistics |
| Method Detail |
|---|
Element unsafeGet(Object key)
key - the key
Element unsafeGetQuiet(Object key)
unsafeGet(Object) but does not update last usage statistics
key - the key
Element unlockedGet(Object key)
key -
Element unlockedGetQuiet(Object key)
unlockedGet(Object) but does not update statistics
key -
Set getLocalKeys()
CacheConfiguration.TransactionalMode getTransactionalMode()
CacheConfiguration.TransactionalMode
|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||