Cache

$this->cache->get($key);

Grabs the requested cache file for faster local loading.

$this->cache->set($key, $value);

Use this to create a cache file for search results, images or other site data for faster loading.

$this->cache->delete($key);

Delete a local cache file from it’s key.

Last update: Tue, 13 Sep 2022 14:32:15