$apcucache->exists()
Determines if an item exists in the cache
$apcucache->exists(string $key): bool
Parameters
Name | Type | Default |
---|---|---|
$key * | string |
– |
Return type
bool
Determines if an item exists in the cache
$apcucache->exists(string $key): bool
Name | Type | Default |
---|---|---|
$key * | string |
– |
bool