RdbAdmin Module

Apcu extends Apcu
in package
implements CacheInterface uses MultipleTrait

Extended Rundiz\SimpleCache\Drivers\Apcu class.

Tags
since
1.2.9

Table of Contents

Interfaces

CacheInterface

Properties

$apcuPrefix  : string

Methods

__construct()  : mixed
Class constructor
delete()  : bool
{@inheritDoc}
get()  : mixed
{@inheritDoc}
has()  : bool
{@inheritDoc}
set()  : bool
{@inheritDoc}

Properties

$apcuPrefix

protected string $apcuPrefix = ''

APCu cache key prefix.

Methods

__construct()

Class constructor

public __construct([string $cachePath = '' ]) : mixed
Parameters
$cachePath : string = ''

This will be use as APCu cache key prefix.

Tags
throws
Exception

delete()

{@inheritDoc}

public delete(mixed $key) : bool
Parameters
$key : mixed
Return values
bool

get()

{@inheritDoc}

public get(mixed $key[, mixed $default = null ]) : mixed
Parameters
$key : mixed
$default : mixed = null

has()

{@inheritDoc}

public has(mixed $key) : bool
Parameters
$key : mixed
Return values
bool

set()

{@inheritDoc}

public set(mixed $key, mixed $value[, mixed $ttl = null ]) : bool
Parameters
$key : mixed
$value : mixed
$ttl : mixed = null
Return values
bool

        
On this page

Search results