Interface ICachePolicy
- All Superinterfaces:
IBizPolicy
,IComponent
,IInitializable
,ISystemHandler
This interface exposes commands that allow interaction with the caches
-
Method Summary
Modifier and TypeMethodDescriptionvoid
flushUserCache
(IContext context, IThingID userID) This will flush all the cached items for a specific userMethods 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
-
flushUserCache
This will flush all the cached items for a specific user- Parameters:
context
- the current contextuserID
- the user to flush the cache for- Throws:
BizException
-