com.bankframe.services.cache
Interface JMSCache
- All Superinterfaces:
- Cache, Map
- All Known Implementing Classes:
- JMSCacheImpl, ThreadCleanedJMSCache
public interface JMSCache
- extends Cache
This interface defines the methods which all JMSCache implementations must provide
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
removeDontSend
Object removeDontSend(Object key)
removeDontSend
void removeDontSend(Set keySet)
removeAllDontSend
void removeAllDontSend()
Copyright © 2005, 2007, Oracle. All rights reserved.