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
- Host: GitHub
- URL: https://github.com/apache/geronimo-jcache-simple
- Owner: apache
- Created: 2018-03-20T13:49:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T17:55:26.000Z (over 2 years ago)
- Last Synced: 2025-04-03T04:16:55.978Z (12 months ago)
- Topics: geronimo, http, java, javaee, network-server, web-framework
- Language: Java
- Homepage: https://geronimo.apache.org/
- Size: 91.8 KB
- Stars: 0
- Watchers: 15
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
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