Property | Type | Description | |
---|---|---|---|
$info | array | APC info |
Method | Description | |
---|---|---|
__construct ( ) : |
Constructor | |
clear ( ) : void | Method to clear all stored values from cache. | |
getInfo ( ) : string | Method to get the current APC info. | |
load ( string $id, string $time ) : mixed | Method to load a value from cache. | |
remove ( string $id ) : void | Method to delete a value in cache. | |
save ( string $id, mixed $value, string $time ) : void | Method to save a value to cache. |
public __construct ( ) : |
||
return |