preheat_open.api.cache.SimplePickleCache

class preheat_open.api.cache.SimplePickleCache(config=<factory>, _registry=<factory>)

Bases: Cache

__init__(config=<factory>, _registry=<factory>)

Methods

__init__([config, _registry])

check_key(key)

rtype:

bool

clear()

rtype:

None

close()

rtype:

None

delete(key)

rtype:

None

get(key)

rtype:

Any

open()

rtype:

None

set(key, value[, expire])

rtype:

None

Attributes

config