com.endeca.portal.mdex.cache
Class MDEXCacheManagerFactory

java.lang.Object
  extended by com.endeca.portal.mdex.cache.MDEXCacheManagerFactory

public class MDEXCacheManagerFactory
extends java.lang.Object

Factory class to return the appropriate MDEXCacheManager implementation, based on the current FrameworkSetting.

Author:
Endeca Technologies, Inc.
See Also:
SettingDefaults.DEFAULT_MDEX_CACHE_MANAGER

Method Summary
static MDEXCacheManager getInstance()
          Returns the appropriate cache manager for the current server
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MDEXCacheManager getInstance()
Returns the appropriate cache manager for the current server

Returns:
an implementation of MDEXCacheManager