| Constructor and Description |
|---|
TreeCacheFactory() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> TreeCache<K,V> |
createTreeCache(Cache<K,V> cache)
Creates a TreeCache instance by taking in a
Cache as a parameter |
public <K,V> TreeCache<K,V> createTreeCache(Cache<K,V> cache)
Cache as a parametercache - TreeCacheNullPointerException - if the cache parameter is nullCacheConfigurationException - if the invocation batching configuration is not enabled.Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.