Map config.
Sample:
// {
// global = {
// transactionSensitive = TRUE
// flatten = TRUE
// clone = TRUE
// markCacheCollectionElements = TRUE
// maxSize = 100
// cacheFlushInterval = "24:00:00.000"
// entryFlushInterval = "24:00:00.000"
// disabled = FALSE
// }
//
// caches = {
// nameOne = {
// class = com.completex.objective.components.ocache.impl.ExpiringLruCache
// transactionSensitive = TRUE
// flatten = TRUE
// clone = TRUE
// markCacheCollectionElements = TRUE
// maxSize = 100
// cacheFlushInterval = "24:00:00.000"
// entryFlushInterval = "24:00:00.000"
// disabled = FALSE
// }
// }
// }
Parameters: config - |