Interface ICachePolicy

All Superinterfaces:
IBizPolicy, IComponent, IInitializable, ISystemHandler

public interface ICachePolicy extends IBizPolicy
This interface exposes commands that allow interaction with the caches
  • Method Details

    • flushUserCache

      void flushUserCache(IContext context, IThingID userID) throws BizException
      This will flush all the cached items for a specific user
      Parameters:
      context - the current context
      userID - the user to flush the cache for
      Throws:
      BizException