Documentation

publicSuffixListPsr16Cache
in package
implements publicSuffixListCacheInterface

Interfaces, Classes, Traits and Enums

publicSuffixListCacheInterface

Table of Contents

$cache  : CacheInterface
$cachePrefix  : string
$cacheTtl  : DateInterval|null
__construct()  : mixed
fetch()  : publicSuffixListInterface|null
forget()  : bool
remember()  : bool
cacheKey()  : string

Properties

Methods

__construct()

public __construct(CacheInterface $cache[, string $cachePrefix = '' ][, mixed $cacheTtl = null ]) : mixed
Parameters
$cache : CacheInterface
$cachePrefix : string = ''
$cacheTtl : mixed = null
Tags
throws
Exception
Return values
mixed

forget()

public forget(string $uri) : bool
Parameters
$uri : string
Tags
throws
InvalidArgumentException
Return values
bool

Search results