Adopt-a-JSR / jcache-javaee

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

CDI Scope for Cached beans #8

Open smillidge opened 8 years ago

smillidge commented 8 years ago

It would be possible to have a CDI scope for Cached CDI beans similar to RequestScoped, SessionScoped etc. CacheScoped could define a cache name within the annotation and the resulting bean is created in the cache.