The Volatility Framework
volatility.cache.TestDecorator Class Reference

This decorator is just like a CacheDecorator, but will always cache fully. More...

Inheritance diagram for volatility.cache.TestDecorator:
volatility.cache.CacheDecorator

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...
 

Detailed Description

This decorator is just like a CacheDecorator, but will always cache fully.


The documentation for this class was generated from the following file: