Class NullsCache2k

  • All Implemented Interfaces:
    org.springframework.cache.Cache

    
    public class NullsCache2k
    extends SpringCache2kCache
                        
    Since:

    2023-01-25

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Cache.ValueWrapper get(@NotNull() Object key)
      <T> T get(@NotNull() Object key, Class<T> type)
      <T> T get(@NotNull() Object key, @NotNull() Callable<T> valueLoader)
      void put(@NotNull() Object key, Object value)
      void evict(@NotNull() Object key)
      void clear()
      • Methods inherited from class org.cache2k.extra.spring.SpringCache2kCache

        evictIfPresent, getName, getNativeCache, invalidate, isLoaderPresent, putIfAbsent
      • Methods inherited from class org.springframework.cache.Cache

        getNativeCache, retrieve, retrieve
      • Methods inherited from class java.lang.Object

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