Cache Cache foundation This abstract class is used as foundation for other cache drivers by extending it Full class name: Kirby\Cache\Cache kirby/src/Cache/Cache.php#L17 new Cache() $cache->created() $cache->exists() $cache->expired() $cache->expires() $cache->flush() $cache->get() $cache->modified() $cache->options() $cache->remove() $cache->retrieve() $cache->set()