Interface IThingCache
- All Superinterfaces:
ICache
,IComponent
,IInitializable
Deprecated.
Use TransientCache
Title:
Description:
Public interface to the thing cache.
Cache entries can be any serializable java object, or a byte array.
Cache entries are identified by a cache entry thing ID and secondary ID.
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.system.IComponent
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
Methods inherited from interface com.webmethods.portal.system.init.IInitializable
init, shutdown
-
Method Details
-
createKey
Deprecated.I don't thing this is used anymore
-