Concurrent map cache
Simple cache implementation useful for testing or simple caching scenarios.
Simple cache implementation based on the core Java java.util.concurrent package.
Useful for testing or simple caching scenarios; for more complex caching scenarios, consider using the Ehcache implementation.
Allow null values
Whether to allow null values (adapting them to an internal null holder value).
Default is true.
Name
The name of the cache.
Note: if you're using this cache for the eMagiz mapping service, the following named caches must exist:
emagiz_mapping_cdmCodesemagiz_mapping_systemCodesemagiz_mapping_customAttributes
Required
