Node that fails on all cache attempts and no-ops on cache storage attempts. More...
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 | |
Node that fails on all cache attempts and no-ops on cache storage attempts.