Documentation

Memcached extends Cacher
in package
Uses TSingleton

FinalYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

uses
Memcached
uses
ISingleton
uses
ICacher
uses
Manager
uses
Session
since

Version 0.1.0

Table of Contents

Constants

EXPIRATION_TIME  = HOUR_IN_SECONDS * 2

Properties

$cache_config  : array<string|int, mixed>
$enabled  : bool
$instance  : ICacher
$memcached  : Memcached
$hashCode  : int
$hashCounter  : int

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__destruct()  : mixed
__get()  : mixed
delete()  : bool
{@inheritdoc}
extends()  : bool
fetchAll()  : array<string|int, mixed>
{@inheritdoc}
flush()  : mixed
{@inheritdoc}
get()  : mixed
{@inheritdoc}
getInstance()  : ISingleton
getReflection()  : ReflectionClass
quit()  : mixed
{@inheritdoc}
replace()  : mixed
{@inheritdoc}
set()  : bool
{@inheritdoc}
init()  : mixed
{@inheritdoc}

Constants

Properties

$cache_config

protected array<string|int, mixed> $cache_config = []

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__get()

public __get(string $property) : mixed
Parameters
$property : string

delete()

{@inheritdoc}

public delete(mixed $key[, mixed $time = 0 ]) : bool
Parameters
$key : mixed
$time : mixed = 0
Tags
see
ICacher::delete()
Return values
bool

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

replace()

{@inheritdoc}

public replace(mixed $key, mixed $value[, mixed $expiration = 0 ]) : mixed
Parameters
$key : mixed
$value : mixed
$expiration : mixed = 0
Tags
see
ICacher::replace()

set()

{@inheritdoc}

public set(mixed $key, mixed $value[, mixed $expiration = Memcached::EXPIRATION_TIME ]) : bool
Parameters
$key : mixed
$value : mixed
$expiration : mixed = Memcached::EXPIRATION_TIME
Tags
see
ICacher::set()
Return values
bool

        
On this page

Search results