Box Cache
Package:
Summary:
Store and retrieve data in cache files
Groups:
Author:
Description:
This class can be used to store and retrieve data in cache files.
It can store a given data string in a cache file with a given expiry period.
The class can also retrieve the data from a cache file if it was already previously stored there and it was not yet expired.
It can also remove one or all cache files from the cache or just remove all those that expired.
It can store a given data string in a cache file with a given expiry period.
The class can also retrieve the data from a cache file if it was already previously stored there and it was not yet expired.
It can also remove one or all cache files from the cache or just remove all those that expired.
Comments are closed.