Skip to content

Froelund/cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Cache

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;

About

Simple caching for JavaEE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages