SYMBOL INDEX (11 symbols across 3 files) FILE: src/CacheException.php type CacheException (line 8) | interface CacheException extends \Throwable FILE: src/CacheInterface.php type CacheInterface (line 5) | interface CacheInterface method get (line 18) | public function get(string $key, mixed $default = null): mixed; method set (line 34) | public function set(string $key, mixed $value, null|int|\DateInterval ... method delete (line 46) | public function delete(string $key): bool; method clear (line 53) | public function clear(): bool; method getMultiple (line 67) | public function getMultiple(iterable $keys, mixed $default = null): it... method setMultiple (line 83) | public function setMultiple(iterable $values, null|int|\DateInterval $... method deleteMultiple (line 96) | public function deleteMultiple(iterable $keys): bool; method has (line 113) | public function has(string $key): bool; FILE: src/InvalidArgumentException.php type InvalidArgumentException (line 11) | interface InvalidArgumentException extends CacheException