Open smillidge opened 8 years ago
For JCache integration with JavaEE there should be a mechanism for inecting a Cache.
Payara uses the @NamedCache qualifier with an @Inject to inject a cache
Without a @NamedCache annotation a default cache name is used. See https://payara.gitbooks.io/payara-server/content/documentation/extended-documentation/jcache.html
For JCache integration with JavaEE there should be a mechanism for inecting a Cache.
Payara uses the @NamedCache qualifier with an @Inject to inject a cache
Without a @NamedCache annotation a default cache name is used. See https://payara.gitbooks.io/payara-server/content/documentation/extended-documentation/jcache.html