Caches metadata using a PSR-6 implementation.
- author Kévin Dunglas
CloneableInstantiable
Methods |
public __construct(Symfony |
public getMetadataFor(object|string $value) : Symfony |
public hasMetadataFor(?mixed $value) : bool |
Properties |
private readonly Psr\Cache\CacheItemPoolInterface $cacheItemPool |
private readonly Symfony |
private array $loadedClasses = []
|
Methods |
private getClass(object|string $value) : string Gets a class name for a given class or instance.
|