\FAA\Plugin\FacebookloginShariffCache

Summary

Methods
Properties
Constants
__construct()
setItem()
getItem()
hasItem()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$prefix
$lifetime
N/A

Properties

$prefix

$prefix :

Type

$lifetime

$lifetime :

Type

Methods

__construct()

__construct()

setItem()

setItem(string  $key,string  $content)

Set cache entry.

Parameters

string $key
string $content

getItem()

getItem(string  $key): string

Get cache entry.

Parameters

string $key

Returns

string

hasItem()

hasItem(string  $key): boolean

Check if cache entry exists.

Parameters

string $key

Returns

boolean