This decorator is just like a CacheDecorator, but will always cache fully. More...
Public Member Functions | |
| def | __call__ (self, f) |
Public Member Functions inherited from volatility.cache.CacheDecorator | |
| def | __init__ (self, path) |
| Wraps a function in a cache decorator. More... | |
| def | generate (self, path, g) |
| Special handling for generators. More... | |
| def | dump (self, path, payload) |
| def | __call__ (self, f) |
Additional Inherited Members | |
Public Attributes inherited from volatility.cache.CacheDecorator | |
| path | |
| node | |
| See if the path is callable: More... | |
This decorator is just like a CacheDecorator, but will always cache fully.