Documentation

CoreCacheDataStore
in package

Class to manage Cache in DataStore

Table of Contents

Properties

$core  : Core7
$ds  : DataStore
$error  : mixed
$errorMsg  : mixed
$spacename  : mixed

Methods

__construct()  : mixed
addError()  : mixed
delete()  : mixed
get()  : mixed
set()  : mixed

Properties

$error

public mixed $error = \false

$errorMsg

public mixed $errorMsg = []

$spacename

public mixed $spacename = 'CloudFramework'

Methods

__construct()

public __construct(Core7 &$core, mixed $spacename) : mixed
Parameters
$core : Core7
$spacename : mixed

addError()

public addError(mixed $value) : mixed
Parameters
$value : mixed

delete()

public delete(mixed $path) : mixed
Parameters
$path : mixed

get()

public get(mixed $path) : mixed
Parameters
$path : mixed

set()

public set(mixed $path, mixed $data) : mixed
Parameters
$path : mixed
$data : mixed

        
On this page

Search results