The Volatility Framework
volatility.cache.CacheTree Class Reference

An abstract structure which represents the cache tree. More...

Inheritance diagram for volatility.cache.CacheTree:

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
 

Detailed Description

An abstract structure which represents the cache tree.


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