Package io.mangoo.cache
Class CacheProvider
java.lang.Object
io.mangoo.cache.CacheProvider
- Author:
- svenkubiak
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CacheProvider
-
-
Method Details
-
getCache
Retrieves a cache by its name from the cache pool- Parameters:
name- The name of the cache- Returns:
- A Cache instance
-
getCache
Retrieves a cache by its name from the cache pool- Parameters:
name- The name of the cache- Returns:
- A Cache instance
-
getCaches
- Returns:
- Map of all caches
-
get
-