System:Cache
From Aspen Documentation
The cache class allows us to cache data (strings, objects, etc) as well as template output. The cache class requires a directory (identified in configuration files) to be writable by the webserver.
| Function | Description |
|---|---|
| getData | Returns data from the cache file. |
| put | Allows you to store data in a cache file, and allows you to set an expiration time. |