Cache
in package
implements
MappingAttribute
FinalYes
Caching to an entity or a collection.
Tags
Table of Contents
Interfaces
- MappingAttribute
- A marker interface for mapping attributes.
Properties
Methods
- __construct() : mixed
Properties
$region
public
string|null
$region
Cache region name.
$usage
The concurrency strategy.
public
string
$usage
= 'READ_ONLY'
Tags
Methods
__construct()
public
__construct([string $usage = 'READ_ONLY' ][, string|null $region = null ]) : mixed
Parameters
- $usage : string = 'READ_ONLY'
- $region : string|null = null