Storage

class CacheFileStore(file_path, lock_file_path=None, create=True)[source]

An object representing a cache/store backed by a file on the filesystem.

__init__(file_path, lock_file_path=None, create=True)[source]
property is_empty

check is cache file is empty

read()[source]

read cache file contents

write(data)[source]

write out the cache file