class CacheHit (View source)

Properties

string $key The key that was hit.
mixed $value The value that was retrieved.
array $tags The tags that were assigned to the key.

Methods

void
__construct( string $key, mixed $value, array $tags = array())

Create a new event instance.

Details

at line line 36
void __construct( string $key, mixed $value, array $tags = array())

Create a new event instance.

Parameters

string $key
mixed $value
array $tags

Return Value

void