Test if an entry exists in the cache.
string $id cache id The cache id of the entry to check for.:
boolean TRUE if a cache entry exists for the given cache id, FALSE otherwise.
... See full list
protected abstract function doContains($id);