An abstract class handles caching functionality, provides two levels of caching, in-memory by share instances attributes among each other and by store attributes into files.
conf_cache_factors
.Static Method | me |
A static method that can be treated as a decorator to dynamically cache certain methods. |
Method | __del__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | cache_flush |
Force update the cache. |
Method | cache_hash |
Undocumented |
Class Variable | _cache_ignore |
Undocumented |
Instance Variable | _cache_hash |
Undocumented |
Instance Variable | _cache_path |
Undocumented |
Instance Variable | cache_infile |
Undocumented |
Instance Variable | cache_me |
Undocumented |
Instance Variable | cache_private |
Undocumented |
numpy.distutils.ccompiler_opt.CCompilerOpt
Undocumented