Dynamic_cache_driver
└─Temporary_cache_driver
└─APC_driver
public  class APC_driver
extends Temporary_cache_driver
| Method Summary | |
|---|---|
| void | clear(str realm) | 
| void | exists(mixed id, mixed realm) | 
| void | get(mixed id, mixed realm) | 
| array | get_info() | 
| void | remove(mixed id, mixed realm) | 
| bool | store(string id, mixed data, string realm, int ttl) | 
| Methods inherited from API - Cache\Temporary_cache_driver | |
|---|---|
| dec, get_info, get_ini_size, inc | |
| Methods inherited from API - Cache\Dynamic_cache_driver | |
|---|---|
| store | |
public  void clear(str realm)
public  void exists(mixed id, mixed realm)
public  void get(mixed id, mixed realm)
public  array get_info()
public  void remove(mixed id, mixed realm)
public  bool store(string id, mixed data, string realm, int ttl)