Uses of Interface
org.infinispan.tree.TreeCache
-
Packages that use TreeCache Package Description org.infinispan.tree TreeCache API. -
-
Uses of TreeCache in org.infinispan.tree
Methods in org.infinispan.tree that return TreeCache Modifier and Type Method Description <K,V>
TreeCache<K,V>TreeCacheFactory. createTreeCache(Cache<K,V> cache)Creates a TreeCache instance by taking in aCacheas a parameter
-