Documentation

NamespacedPoolInterface

Enables namespace-based invalidation by prefixing keys with backend-native namespace separators.

Note that calling withSubNamespace() MUST NOT mutate the pool, but return a new instance instead.

When tags are used, they MUST ignore sub-namespaces.

Tags
author

Nicolas Grekas p@tchwork.com

Table of Contents

Methods

withSubNamespace()  : static

Methods

withSubNamespace()

public withSubNamespace(string $namespace) : static
Parameters
$namespace : string
Tags
throws
InvalidArgumentException

If the namespace contains characters found in ItemInterface's RESERVED_CHARACTERS

Return values
static

        
On this page

Search results