<?php is_string(mixed $value): bool
<?php $cache = Cache::getInstance(); if (is_string($object)) { $object = $cache; }