Unit implementing cache class.
uses
System,
SysUtils;
Exception support.
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