pocketmine\utils\Cache::exists PHP Method

exists() public static method

public static exists ( $identifier ) : boolean
$identifier
return boolean
    public static function exists($identifier)
    {
        return isset(self::$cached[$identifier]);
    }