EntryCacheCfg configuration,
boolean initialize
)
throws InitializationException
{
EntryCache entryCache = null;
// If we this entry cache is already installed and active it
// should be present in the current cache order map, use it.
if (!cacheOrderMap.isEmpty()) {
entryCache = cacheOrderMap.get(configuration.getCacheLevel());