Unit implementing cache class.
uses
System,
sysutils;
The CacheCls unit implements a caching class: similar to a hash class, it can be used to cache data, associated with string values (keys). The class is calls TCache