Documentation

Cache
in package

Implements simple caching

Tags
author

zozlak

Table of Contents

Properties

$cacheDir  : string

Methods

__construct()  : mixed
check()  : bool
get()  : string|null
put()  : void
getPath()  : string

Properties

$cacheDir

private string $cacheDir

Methods

__construct()

public __construct(string $cacheDir) : mixed
Parameters
$cacheDir : string

getPath()

private getPath(string $id, string $metaPrefix) : string
Parameters
$id : string
$metaPrefix : string
Return values
string

        
On this page

Search results