Legend of the Green Dragon

Cache

Tags
deprecated
4.9.0

Table of Contents

$instance  : StorageInterface
Instance of Cache.
__callStatic()  : mixed
Add support for magic static method calls.
instance()  : mixed
Set instance of Cache.

Properties

$instance

Instance of Cache.

protected static StorageInterface $instance

Methods

__callStatic()

Add support for magic static method calls.

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>
Return values
mixed

the returned value from the resolved method

instance()

Set instance of Cache.

public static instance(Storage $instance) : mixed
Parameters
$instance : Storage
Return values
mixed

Search results