An abstract structure which represents the cache tree. More...
Public Member Functions | |
| def | __init__ |
| def | __getitem__ (self, path) |
| Pythonic interface to the cache. | |
| def | invalidate_on (self, key, callback) |
| def | check |
| Retrieves the node at the path specified. | |
Public Attributes | |
| storage | |
| cls | |
| invalidator | |
| root | |
An abstract structure which represents the cache tree.