The base class for implementation storing the cache. More...
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) | |
The base class for implementation storing the cache.