public function CacheInterface::has

Same name in this branch

Returns whether metadata for the given class exists in the cache

Parameters

string $class:

1 method overrides CacheInterface::has()
ApcCache::has in drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Cache/ApcCache.php
Returns whether metadata for the given class exists in the cache

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Cache/CacheInterface.php, line 28

Class

CacheInterface
Persists ClassMetadata instances in a cache

Namespace

Symfony\Component\Validator\Mapping\Cache

Code

public function has($class);