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