Interface CacheManager

All Superinterfaces:
BootstrapAware, org.jgroups.blocks.MethodLookup, io.ebean.cache.ServerCacheFactory
All Known Implementing Classes:
DefaultEbeanCacheManager

public interface CacheManager extends org.jgroups.blocks.MethodLookup, io.ebean.cache.ServerCacheFactory, BootstrapAware
  • Field Details

  • Method Details

    • simpleCache

      SimpleCache simpleCache(String name)
    • cache

      io.ebean.cache.ServerCache cache(String cacheKey)
    • clearAllLocal

      void clearAllLocal()
    • clearAllSimple

      void clearAllSimple()
    • clearAll

      void clearAll(boolean preserveSimple)
    • onCachePut

      void onCachePut(String cacheKey, byte[] id, byte[] value)
    • onCacheRemove

      void onCacheRemove(String cacheKey, byte[] id)
    • onCacheClear

      void onCacheClear(String cacheKey)
    • onCacheClearAll

      void onCacheClearAll(boolean preserveSimple)
    • onTablesModify

      void onTablesModify(String tables)
    • trace

      static void trace(org.slf4j.Logger logger, org.jgroups.util.RspList<Object> l)