Skip to content

rhajek/tapestry-service-cache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

Tapestry Service Cache is an addon library for Tapestry 5 that allows you to add simple, annotation based caching to
your project. Due to the modular, plug and play nature of Tapestry 5, you can just add this library as a dependency
and add some annotations to your service classes to make your services cachable!

The easiest way to use this library is to use maven. Add this to your pom:

<dependency>
    <groupId>com.ciaranwood</groupId>
    <artifactId>tapestry-service-cache</artifactId>
    <version>2.0.2</version>
</dependency>

Version 1.0 is compatible with Tapestry 5.1, version 2.0.1 is compatible with Tapestry 5.2.

COMING SOON!
Write through and write behind caching!

About

Easy, annotation-based caching for Tapestry 5 services

Resources

Stars

Watchers

Forks

Packages

No packages published