class CacheMissed (View source)

Properties

string $key THe key that was missed.
array $tags The tags that were assigned to the key.

Methods

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

Create a new event instance.

Details

at line line 28
void __construct( string $key, array $tags = array())

Create a new event instance.

Parameters

string $key
array $tags

Return Value

void