com.bankframe.services.cache
Class CacheIndexFactory
java.lang.Object
com.bankframe.services.cache.CacheIndexFactory
public class CacheIndexFactory
- extends Object
Factory class for CacheIndexer defined by cache.index property
CacheIndexFactory
public CacheIndexFactory()
getCacheIndices
public static Map getCacheIndices()
createCacheIndex
public static CacheIndexer createCacheIndex()
- Returns a new instance of CacheIndexer. Gets class name from cache.index property in bankframeresource.properties.
If no class defined, or the specified class can not be instantiated, CacheIndex is returned.
- Returns:
- CacheIndexer instance
getCacheIndex
public static CacheIndexer getCacheIndex(String name)
Copyright © 2005, 2007, Oracle. All rights reserved.