Class WingsCache2kManager

  • All Implemented Interfaces:
    org.springframework.beans.factory.DisposableBean , org.springframework.cache.CacheManager , pro.fessional.wings.slardar.cache.WingsCache.State

    
    public class WingsCache2kManager
    extends SpringCache2kCacheManager implements WingsCache.State
                        
    Since:

    2023-11-01

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      SpringCache2kCacheManager defaultSetup(@NotNull() Function<Cache2kBuilder<out Object, out Object>, Cache2kBuilder<out Object, out Object>> f)
      SpringCache2kCache getCache(@NotNull() String name)
      Map<String, Integer> statsCacheSize() get name and size of cache
      Set<Object> statsCacheKeys(String name) get keys in cache
      • Methods inherited from class org.cache2k.extra.spring.SpringCache2kCacheManager

        addCache, addCaches, destroy, getCacheMap, getCacheNames, getConfiguredCacheNames, getNativeCacheManager, isAllowUnknownCache, setAllowUnknownCache, setDefaultCacheNames, springDefaults
      • Methods inherited from class org.springframework.cache.CacheManager

        getCache
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait