cleaner package¶
Submodules¶
cleaner.cleaner module¶
-
class
cleaner.cleaner.
Cleaner
(config)[source]¶ Bases:
object
Cleaner class handles cleaning of given cache folder. Files are cleaned based on last access time, which have to be in interval given in configuration.
-
check_cache_dir
()[source]¶ Check if cache directory is valid.
Returns: Nothing Raises: Exception – if cache directory is not valid
-