Class CacheManagerFactory


  • public class CacheManagerFactory
    extends java.lang.Object
    Factory 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 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
    • 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