The Volatility Framework
volatility.cache.BlockingNode Class Reference

Node that fails on all cache attempts and no-ops on cache storage attempts. More...

Inheritance diagram for volatility.cache.BlockingNode:
volatility.cache.CacheNode

Public Member Functions

def __init__ (self, name, stem, kwargs)
 
def __getitem__
 
def dump (self)
 Ensure nothing gets dumped.
 
def get_payload (self)
 Do not set a payload for a blocked cache node.
 
- Public Member Functions inherited from volatility.cache.CacheNode
def __init__
 Creates a new Cache node under the parent. More...
 
def __getitem__
 
def __str__ (self)
 Produce a human readable version of the payload. More...
 
def set_payload (self, payload)
 Update the current payload with the new specified payload.
 
def dump (self)
 Dump the node to disk for later retrieval. More...
 
def get_payload (self)
 Retrieve this node's payload.
 

Additional Inherited Members

- Public Attributes inherited from volatility.cache.CacheNode
 name
 
 payload
 
 storage
 
 stem
 
 invalidator
 

Detailed Description

Node that fails on all cache attempts and no-ops on cache storage attempts.


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