Uses of Class
io.mangoo.enums.CacheName
-
Packages that use CacheName Package Description io.mangoo.cache io.mangoo.enums -
-
Uses of CacheName in io.mangoo.cache
Methods in io.mangoo.cache with parameters of type CacheName Modifier and Type Method Description CacheCacheProvider. getCache(CacheName name)Retrieves a cache by its name from the cache pool -
Uses of CacheName in io.mangoo.enums
Methods in io.mangoo.enums that return CacheName Modifier and Type Method Description static CacheNameCacheName. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheName[]CacheName. values()Returns an array containing the constants of this enum type, in the order they are declared.
-