The Volatility Framework
volatility.cache.CacheStorage Class Reference

The base class for implementation storing the cache. More...

Inheritance diagram for volatility.cache.CacheStorage:

Public Member Functions

def encode (self, string)
 
def filename (self, url)
 
def load (self, url)
 
def dump (self, url, payload)
 

Static Public Attributes

string printables = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_./"
 Characters allowed in filenames (/'s are allowed since we're dealing with URLs only)
 

Detailed Description

The base class for implementation storing the cache.


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