[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/google/Google/Cache/ -> Apc.php (summary)

(no description)

File Size: 73 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Google_Cache_Apc:: (4 methods):
  __construct()
  get()
  set()
  delete()


Class: Google_Cache_Apc  - X-Ref

A persistent storage class based on the APC cache, which is not
really very persistent, as soon as you restart your web server
the storage will be wiped, however for debugging and/or speed
it can be useful, and cache is a lot cheaper then storage.

__construct(Google_Client $client)   X-Ref
No description

get($key, $expiration = false)   X-Ref


set($key, $value)   X-Ref


delete($key)   X-Ref

param: String $key



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1