An implementation of org.springframework.cache.CacheManager
which makes use of com.google.common.cache.CacheBuilder#from(java.lang.String)
Just type the followeing command
gradle build
TODO: Write usage instructions
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D