Documentation

CacheKey
in package

AbstractYes

Defines entity / collection / query key to be stored in the cache region.

Allows multiple roles to be stored in the same cache region.

Table of Contents

Properties

$hash  : string
Unique identifier

Methods

__construct()  : mixed

Properties

$hash

Unique identifier

public string $hash
Tags
readonly

Public only for performance reasons, it should be considered immutable.

Methods

__construct()

public __construct([string|null $hash = null ]) : mixed
Parameters
$hash : string|null = null

        
On this page

Search results