Skip to content

kaffeekrone/configurable-spring-guava-cache-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configurable-spring-guava-cache-manager

Build Status

An implementation of org.springframework.cache.CacheManager which makes use of com.google.common.cache.CacheBuilder#from(java.lang.String)

Installation

Just type the followeing command

gradle build

Usage

TODO: Write usage instructions

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Releases

No releases published

Packages

No packages published

Languages