JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package io.micronaut.cache.jcache
@Requires(classes=javax.cache.CacheManager.class)
package
io.micronaut.cache.jcache
Contains integration with JCache managers.
Since:
1.0
Author:
graemerocher
Related Packages
Package
Description
io.micronaut.cache
Contains cache interfaces and implementations in Micronaut.
io.micronaut.cache.jcache.metrics
Classes
Class
Description
JCacheManager
Adapter for JCache.
JCacheSyncCache
An implementation of
SyncCache
for JCache.