Class mkdoxy::cache::Cache¶
ClassList > mkdoxy > cache > Cache
Public Attributes¶
Type | Name |
---|---|
cache |
Public Functions¶
Type | Name |
---|---|
def | __init__ (self self) |
def | add (self self, str key, value value) |
def | get (self self, str key) |
Public Attributes Documentation¶
variable cache¶
mkdoxy.cache.Cache::cache;
Public Functions Documentation¶
function __init__¶
def mkdoxy::cache::Cache::__init__ (
self self
)
function add¶
def mkdoxy::cache::Cache::add (
self self,
str key,
value value
)
function get¶
def mkdoxy::cache::Cache::get (
self self,
str key
)
The documentation for this class was generated from the following file mkdoxy/cache.py