Class CacheControl

java.lang.Object
ch.tocco.nice2.persist.core.api.entity.CacheControl

public class CacheControl extends Object
  • Constructor Details

    • CacheControl

      public CacheControl()
  • Method Details

    • registerCacheConfiguration

      public void registerCacheConfiguration(EntityCacheConfiguration<?,?> configuration)
    • clearEntity

      public <K, V> void clearEntity(Entity entity)
    • clearAll

      public void clearAll()
    • getCache

      public <K, V> com.google.common.cache.Cache<K,V> getCache(String cacheType)