Skip to content

Apache Geronimo Simple Local JCache Implementation

Notifications You must be signed in to change notification settings

apache/geronimo-jcache-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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