[ Index ]

PHP Cross Reference of PHK Manager

title

Body

[close]

/PHK/ -> Cache.php (summary)

(no description)

Copyright: Francois Laupretre <phk@tekwire.net>
License: http://www.apache.org/licenses/LICENSE-2.0 Apache License, V 2.0
File Size: 278 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 classes

Cache_apc:: (3 methods):
  init()
  get()
  set()

Cache_xcache:: (3 methods):
  init()
  get()
  set()

Cache_eaccelerator:: (3 methods):
  init()
  get()
  set()

Defines 3 functions

  cacheID()
  setCacheObject()
  setCacheMaxSize()
  cacheName()
  cachePresent()
  get()
  set()

Class: Cache_apc  - X-Ref

init()   X-Ref
No description

get($id)   X-Ref
No description

set($id,$data)   X-Ref
No description

Class: Cache_xcache  - X-Ref

init()   X-Ref
No description

get($id)   X-Ref
No description

set($id,$data)   X-Ref
No description

Class: Cache_eaccelerator  - X-Ref

init()   X-Ref
No description

get($id)   X-Ref
No description

set($id,$data)   X-Ref
No description

Functions
Functions that are not part of a class:

cacheID($prefix,$key)   X-Ref
No description

setCacheObject()   X-Ref
No description

setCacheMaxSize($size)   X-Ref
No description

cacheName()   X-Ref
No description

cachePresent()   X-Ref
No description

get($id)   X-Ref
Gets an element from cache

Fast path

param: string $id        Cache key
return: string|null The data. Null if not found

set($id,$data)   X-Ref
Writes an element to cache

param: string $id        Cache key
param: string $data    Data to cache
return: void



Generated: Thu Jun 4 18:33:15 2015 Cross-referenced by PHPXref 0.7.1