Class CacheManagerFactory
java.lang.Object
com.expediagroup.transformer.cache.CacheManagerFactory
public final class CacheManagerFactory
extends java.lang.Object
Creates a
CacheManager
instance for the given class.-
Constructor Summary
Constructors Constructor Description CacheManagerFactory()
-
Method Summary
Modifier and Type Method Description static CacheManager
getCacheManager(java.lang.String cacheName)
Creates a newCacheManager
instance.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CacheManagerFactory
public CacheManagerFactory()
-
-
Method Details
-
getCacheManager
Creates a newCacheManager
instance.- Parameters:
cacheName
- the cache name- Returns:
- a cache manager instance
-