|
|
|
Implement a caching helper to handle caching in a common way.
Methods:
- get_cache(cache_string, object_id=None)
- set_cache(cache_string, object_id=None)
- clear_cache(cache_string, , object_id=None)
+ a dictionary of cache strings with documentation for each
|
|
Description
|
Implement a caching helper to handle caching in a common way.
Methods:
- get_cache(cache_string, object_id=None)
- set_cache(cache_string, object_id=None)
- clear_cache(cache_string, , object_id=None)
+ a dictionary of cache strings with documentation for each |
Show » |
|