Key string to existence mapping */ public function has(CacheKey ...$keys): array; /** * Remove multiple keys from cache */ public function forget(CacheKey ...$keys): bool; /** * Clear all cache data */ public function clear(): bool; }