This method is not documented.
| bool | True if the cache can be used. |
| string | $key | Key to retrieve. |
| mixed | $default | (optional) Value to return if the key is not found. By default, returns null. |
| mixed | Cache value (on cache hit) or default value (on cache miss). |
| string | $key | Key to set. |
| mixed | $value | Value to set. |
| int|null | $ttl | (optional) TTL. |
This method is not documented.
| list<string> | $keys | List of cache keys to retrieve. |
| array<string, mixed> | Dictionary of keys that were found in the cache. Keys not present in the cache are omitted, so you can detect a cache miss. |
This method is not documented.
| array<string, | $keys | mixed> $keys Map of cache keys to values. |
| int|null | $ttl | (optional) TTL for cache keys, in seconds. |
This method is not documented.
| list<string> | $keys | List of keys to delete. |
This method is not documented.
This method is not documented.
This method is not documented.