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

https://github.com/apache/geronimo-jcache-simple

Apache Geronimo Simple Local JCache Implementation
https://github.com/apache/geronimo-jcache-simple

geronimo http java javaee network-server web-framework

Last synced: 2 months ago
JSON representation

Apache Geronimo Simple Local JCache Implementation

Awesome Lists containing this project

README

          

= Simple JCache Implementation

A light implementation simply backed by a ConcurrentHashMap.

It is intended for reference data cache usages.

There are three modules:

- default ones embeds next two
- cdi is only the CDI integration
- standalone is only the API implementation without CDI support