com.jivesoftware.forum.database
Interface QueryCache.PutGetRemoveStrategy
- All Known Implementing Classes:
- ClusteredPutGetRemoveStrategy, LocalPutGetRemoveStrategy
- Enclosing class:
- QueryCache
public static interface QueryCache.PutGetRemoveStrategy
Defines a strategy object for different mechanisms to do the actual map access. This is a subset of the operations
defined by Map
with the addition of the bulk removal operations supported by QueryCache.
Method Summary |
java.lang.Object |
get(java.lang.Object key)
|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
|
void |
remove(int objectType,
long objectID)
|
java.lang.Object |
remove(java.lang.Object key)
|
void |
removeUsers()
|
put
java.lang.Object put(java.lang.Object key,
java.lang.Object value)
get
java.lang.Object get(java.lang.Object key)
remove
java.lang.Object remove(java.lang.Object key)
remove
void remove(int objectType,
long objectID)
removeUsers
void removeUsers()
Copyright © 1999-2006 Jive Software.