From bab101a83b56f1fa31f415211df5e2569d75f3c6 Mon Sep 17 00:00:00 2001 From: Nils Schwabe Date: Mon, 7 Jul 2014 15:34:40 +0200 Subject: Remove unintentionally added f3 docs --- management-interface/lib/api/classCache.html | 314 --------------------------- 1 file changed, 314 deletions(-) delete mode 100644 management-interface/lib/api/classCache.html (limited to 'management-interface/lib/api/classCache.html') diff --git a/management-interface/lib/api/classCache.html b/management-interface/lib/api/classCache.html deleted file mode 100644 index b605084..0000000 --- a/management-interface/lib/api/classCache.html +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - - -Fat-Free Framework: Cache Class Reference - - - - - - -
-
- - - - - - -
-
Fat-Free Framework -  3.2.2 -  Overview Class List Hierarchy -
-
-
- - -
-
-
-Public Member Functions | -Public Attributes | -Protected Attributes | -List of all members
-
-
Cache Class Reference
-
-
- -

Cache engine. - More...

-
- + Inheritance diagram for Cache:
-
-
- - - - - - - - - - - - - - - - - -

-Public Member Functions

 exists ($key, &$val=NULL)
 
 set ($key, $val, $ttl=0)
 
 get ($key)
 
 clear ($key)
 
 reset ($suffix=NULL, $lifetime=0)
 
 load ($dsn)
 
 __construct ($dsn=FALSE)
 
- - - - - - - -

-Public Attributes

$prefix
 Prefix for cache entries.
 
$ref
 MemCache or Redis object.
 
- - - - -

-Protected Attributes

$dsn
 Cache DSN.
 
- - - - -

-Additional Inherited Members

- Static Public Member Functions inherited from Prefab
static instance ()
 
-

Detailed Description

-

Cache engine.

-

Constructor & Destructor Documentation

- -
-
- - - - - - - - -
Cache::__construct ( $dsn = FALSE)
-
-

Class constructor

-
Returns
object
-
Parameters
- - -
$dsnbool|string
-
-
- -
-
-

Member Function Documentation

- -
-
- - - - - - - - -
Cache::clear ( $key)
-
-

Delete cache entry

-
Returns
bool
-
Parameters
- - -
$keystring
-
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
Cache::exists ( $key,
$val = NULL 
)
-
-

Return timestamp and TTL of cache entry or FALSE if not found

-
Returns
array|FALSE
-
Parameters
- - - -
$keystring
$valmixed
-
-
- -
-
- -
-
- - - - - - - - -
Cache::get ( $key)
-
-

Retrieve value of cache entry

-
Returns
mixed|FALSE
-
Parameters
- - -
$keystring
-
-
- -
-
- -
-
- - - - - - - - -
Cache::load ( $dsn)
-
-

Load/auto-detect cache backend

-
Returns
string
-
Parameters
- - -
$dsnbool|string
-
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
Cache::reset ( $suffix = NULL,
 $lifetime = 0 
)
-
-

Clear contents of cache backend

-
Returns
bool
-
Parameters
- - - -
$suffixstring
$lifetimeint
-
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
Cache::set ( $key,
 $val,
 $ttl = 0 
)
-
-

Store value in cache

-
Returns
mixed|FALSE
-
Parameters
- - - - -
$keystring
$valmixed
$ttlint
-
-
- -
-
-
The documentation for this class was generated from the following file: -
-- cgit v1.2.3-55-g7522