Adopt-a-JSR / jcache-javaee

JCache JSR-107 Integration for Java EE 8
Apache License 2.0
7 stars 1 forks source link

Define annotation and semantics for injecting a Cache #6

Open smillidge opened 8 years ago

smillidge commented 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