org.apache.manifoldcf.core.interfaces
Class CacheManagerFactory

java.lang.Object
  extended by org.apache.manifoldcf.core.interfaces.CacheManagerFactory

public class CacheManagerFactory
extends java.lang.Object

Factory class for instantiating the cache manager.


Field Summary
static java.lang.String _rcsid
           
 
Method Summary
static ICacheManager make(IThreadContext context)
          Return a cache manager instance that any client can use to obtain cache management services.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_rcsid

public static final java.lang.String _rcsid
See Also:
Constant Field Values
Method Detail

make

public static ICacheManager make(IThreadContext context)
                          throws ManifoldCFException
Return a cache manager instance that any client can use to obtain cache management services. This service will use the lock manager, so it needs to have a thread context.

Returns:
the proper cache manager instance.
Throws:
ManifoldCFException