Uses of Interface
io.mangoo.cache.Cache
-
Packages that use Cache Package Description io.mangoo.admin io.mangoo.cache -
-
Uses of Cache in io.mangoo.admin
Constructors in io.mangoo.admin with parameters of type Cache Constructor Description AdminController(Scheduler scheduler, Crypto crypto, Config config, Cache cache, CacheProvider cacheProvider) -
Uses of Cache in io.mangoo.cache
Classes in io.mangoo.cache that implement Cache Modifier and Type Class Description classCacheImplMethods in io.mangoo.cache that return Cache Modifier and Type Method Description CacheCacheProvider. get()CacheCacheProvider. getCache(CacheName name)Retrieves a cache by its name from the cache poolCacheCacheProvider. getCache(String name)Retrieves a cache by its name from the cache pool
-