Interface ITimedCache
- All Superinterfaces:
ICache
,ICacheEvent.IListener
,IComponent
,IInitializable
Title:
Description:
Public interface to the timed cache.
Cache entries can be any java object.
Copyright: Copyright (c) 2001 Company:-
Field Summary
Fields inherited from interface com.webmethods.portal.service.cache.ICache
ID, ISCLUSTERED, MAX_SIZE
-
Method Summary
Methods inherited from interface com.webmethods.portal.service.cache.ICache
createKey, createKey, createKey, flush, flushAll, flushAll, getCacheManager, getEntry, getMaxSize, getModified, getName, getReport, getSize, getValue, isClustered, put, refresh, update
Methods inherited from interface com.webmethods.portal.service.cache.ICacheEvent.IListener
onEvent
Methods inherited from interface com.webmethods.portal.system.IComponent
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
Methods inherited from interface com.webmethods.portal.system.init.IInitializable
init, shutdown
-
Method Details
-
createKey
create key based on thing ID -
createKey
create key based on string
-