Package | Description |
---|---|
org.infinispan.tree |
This package contains the TreeCache.
|
Modifier and Type | Class and Description |
---|---|
class |
TreeCacheImpl<K,V> |
Modifier and Type | Method and Description |
---|---|
<K,V> TreeCache<K,V> |
TreeCacheFactory.createTreeCache(Cache<K,V> cache)
Creates a TreeCache instance by taking in a
Cache as a parameter |
Modifier and Type | Method and Description |
---|---|
static String |
TreeStructureSupport.printTree(TreeCache<?,?> cache,
boolean details)
Returns a String representation of a tree cache.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.