Using cache
Cache providers are available to use through properties in the Cache module. For example, to set the key myKey
into the cache provider fast
, use the CacheProvider::set method, like this:
And CacheProvider::get to set a value into a cache key:
Last updated