microprobe.utils.cache
microprobe.utils.cache
module
Functions
|
Given a file, returns it's cache file name. |
|
Reads data from a cache file. |
|
Reads data from a default cache file. |
|
Removes a cache file. |
|
Removes default cache file. |
|
Returns True if the cache file needs to be updated. |
|
Writes data to a cache file. |
|
Writes data to a cache file. |
|
Writes data to a cache file. |
Functions
- read_default_cache_data(filename)[source]
Reads data from a default cache file.
- Parameters:
filename
- update_cache_needed(filenames, cachefile=None)[source]
Returns True if the cache file needs to be updated.
- Parameters:
filenames
cachefile – (Default value = None)
- write_cache_data(filename, data, data_reload=False)[source]
Writes data to a cache file.
- Parameters:
filename
data