Interface CacheHandlerImplementor

  • All Superinterfaces:
    CacheHandler

    public interface CacheHandlerImplementor
    extends CacheHandler
    Internal interface for CacheHandler
    • Method Detail

      • clearAll

        void clearAll()
        Clears all (local) caches
      • isSkipCache

        boolean isSkipCache()
        Returns whether this cache handler is temporarily skipping caches
      • setSkipCache

        void setSkipCache​(boolean skipCache)
        Sets this cache handler to temporarily skip any cache (true) or to use caches normally (false)