Hello,
I would like to propose a new module on Seam: Seam Cache.
That module would be JSR-107 compatible (essentially Infinispan and EhCache) and would allow to:
1) @Inject Cache cache;
2) Provide a new scope @CacheScoped(regionName="xx"). That would live for the time of the cache configured by the region name itself.
The module should be tested on Inifinispan and EhCache.
What do you guys think ?
Regards,
George