Uses of Class
com.github.benmanes.caffeine.jcache.CacheProxy.NullCompletionListener
-
Packages that use CacheProxy.NullCompletionListener Package Description com.github.benmanes.caffeine.jcache -
-
Uses of CacheProxy.NullCompletionListener in com.github.benmanes.caffeine.jcache
Methods in com.github.benmanes.caffeine.jcache that return CacheProxy.NullCompletionListener Modifier and Type Method Description static CacheProxy.NullCompletionListener
CacheProxy.NullCompletionListener. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CacheProxy.NullCompletionListener[]
CacheProxy.NullCompletionListener. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-