MIOLO20
|
Membros públicos | |
getIds () | |
![]() | |
setNamespace ($namespace) | |
fetch ($id) | |
contains ($id) | |
save ($id, $data, $lifeTime=0) | |
delete ($id) | |
deleteAll () | |
deleteByRegex ($regex) | |
deleteByPrefix ($prefix) | |
deleteBySuffix ($suffix) | |
Membros protegidos | |
_doFetch ($id) | |
_doContains ($id) | |
_doSave ($id, $data, $lifeTime=0) | |
_doDelete ($id) | |
_checkAuth () | |
Xcache cache driver.
@license http://www.opensource.org/licenses/lgpl-license.php LGPL 2.0 Benjamin Eberlei konta.nosp@m.kt@b.nosp@m.eberl.nosp@m.ei.d.nosp@m.e Guilherme Blanco guilh.nosp@m.erme.nosp@m.blanc.nosp@m.o@ho.nosp@m.tmail.nosp@m..com Jonathan Wage jonwa.nosp@m.ge@g.nosp@m.mail..nosp@m.com Roman Borschel roman.nosp@m.@cod.nosp@m.e-fac.nosp@m.tory.nosp@m..org David Abdemoulaie dave@.nosp@m.hobo.nosp@m.dave..nosp@m.com
Definido na linha 37 do ficheiro XcacheCache.php.
|
protected |
Checks that xcache.admin.enable_auth is Off
BadMethodCallException When xcache.admin.enable_auth is On
Definido na linha 99 do ficheiro XcacheCache.php.
|
protected |
{Test if an entry exists in the cache.
string | $id | cache id The cache id of the entry to check for. |
Reimplementado de AbstractCache.
Definido na linha 71 do ficheiro XcacheCache.php.
|
protected |
{Deletes a cache entry.
string | $id | cache id |
Reimplementado de AbstractCache.
Definido na linha 87 do ficheiro XcacheCache.php.
|
protected |
{Fetches an entry from the cache.
string | $id | cache id The id of the cache entry to fetch. |
Reimplementado de AbstractCache.
Definido na linha 63 do ficheiro XcacheCache.php.
|
protected |
{Puts data into the cache.
string | $id | The cache id. |
string | $data | The cache entry/data. |
int | $lifeTime | The lifetime. If != false, sets a specific lifetime for this cache entry (null => infinite lifeTime). |
Reimplementado de AbstractCache.
Definido na linha 79 do ficheiro XcacheCache.php.
getIds | ( | ) |
{Get an array of all the cache ids stored
Reimplementado de AbstractCache.
Definido na linha 42 do ficheiro XcacheCache.php.