Class CacheManagerFactory
- java.lang.Object
-
- org.apache.manifoldcf.core.interfaces.CacheManagerFactory
-
public class CacheManagerFactory extends java.lang.ObjectFactory class for instantiating the cache manager.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsid
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ICacheManagermake(IThreadContext context)Return a cache manager instance that any client can use to obtain cache management services.
-
-
-
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
-
-