com.bankframe.services.cache
Interface PersistentCache

All Superinterfaces:
Cache, java.util.Map
All Known Implementing Classes:
GenericCache

public interface PersistentCache
extends Cache


Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Method Summary
 void setPersistentMap(java.util.Map persister)
           
 
Methods inherited from interface com.bankframe.services.cache.Cache
cleanup, enableCaching, getCachePolicy, remove, removeAll, setCachePolicy
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

setPersistentMap

public void setPersistentMap(java.util.Map persister)


Copyright © 2004 Siebel Systems, Inc. All rights reserved.