blob: 9ec0965bfb560b595953a3e239aa2868909c9aa8 [file] [log] [blame]
= 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