Package org.infinispan.tree
Class TreeCacheFactory
- java.lang.Object
-
- org.infinispan.tree.TreeCacheFactory
-
-
Constructor Summary
Constructors Constructor Description TreeCacheFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <K,V>
TreeCache<K,V>createTreeCache(Cache<K,V> cache)
Creates a TreeCache instance by taking in aCache
as a parameter
-
-
-
Method Detail
-
createTreeCache
public <K,V> TreeCache<K,V> createTreeCache(Cache<K,V> cache)
Creates a TreeCache instance by taking in aCache
as a parameter- Parameters:
cache
-- Returns:
- instance of a
TreeCache
- Throws:
NullPointerException
- if the cache parameter is nullCacheConfigurationException
- if the invocation batching configuration is not enabled.
-
-