Simple caching for JavaEE
#Usage
<dependency>
<groupId>net.froelund</groupId>
<artifactId>cache</artifactId>
<version>0.0.1</version>
<scope>compile</scope>
</dependency>
Inject cache as follows:
@Inject
Cache cache;