Interface | Description |
---|---|
Node<K,V> | |
TreeCache<K,V> |
This is a tree-like facade around a
Cache allowing for efficient tree-style access to cached data. |
Class | Description |
---|---|
Fqn | |
Fqn.Externalizer | |
TreeCacheFactory |
Factory class that contains API for users to create instances of
TreeCache |
Exception | Description |
---|---|
NodeNotExistsException |
Thrown when an operation is attempted on a non-existing node in the cache
|
NodeNotValidException |
Thrown whenever operations are attempted on a node that is no longer valid.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.