return new DataCacheNullImpl();
}
if (cacheDesc instanceof ConfigurationLRUCache)
{
ConfigurationLRUCache lruCache = (ConfigurationLRUCache) cacheDesc;
return new DataCacheLRUImpl(lruCache.getSize());
}
if (cacheDesc instanceof ConfigurationExpiryTimeCache)
{
ConfigurationExpiryTimeCache expCache = (ConfigurationExpiryTimeCache) cacheDesc;