CacheHit (Cache\Events)
CacheHit
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. | 登录查看完整内容
|