This class can store and retrieve cached data in files.
It can store an arbitrary data string in a cache file with a given name.
The class can also check if the cache file did not expire and in that case retrieve the cached data.
The directory where cache files are stored, the cache file name extension and the cache expiry time are configurable parameters.
The code and the comments are in German.
In German:
Mit dieser Classe können Sie ausgaben von Programmteilen in ein Textfile speichern um eine neuausfuehrung des Programmteil für eine bestimmte Zeit zu unterbinden. |