An open API service indexing awesome lists of open source software.

https://github.com/colinbut/ehcache-example

Ehcache example
https://github.com/colinbut/ehcache-example

ehcache java

Last synced: about 1 year ago
JSON representation

Ehcache example

Awesome Lists containing this project

README

          

# Ehcache Example

A popular choice of cache technology commonly used in Java Applications to implement "Caching" of data.

Ehcache has its own API which is quite intuitive to use.

Supporting most of the common features of a cache.

Ehcache implements and supports JCache API (JSR-107)