previousCache_Lite_Function::drop (Previous) (Next) Cache_Lite_File::getnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

constructor Cache_Lite_File::Cache_Lite_File

constructor Cache_Lite_File::Cache_Lite_File() – Constructor

Synopsis

require_once 'Cache/Lite/File.php';

void constructor Cache_Lite_File::Cache_Lite_File ( array $options )

Description

The constructor of the Cache_Lite_File class. You can give an associative array as an argument to set a lot of options.

Parameter

array $options

associative array to set a lot of options (see Cache_Lite constructor for details). Be careful, with Cache_Lite_File, there is an additional "mandatory option" described on the following table.

Option Data Type Default Value Description
[...] [...] [...] See Cache_Lite constructor for more options
masterFile [REQUIRED] string '' complete path of the file used for controlling the cache lifetime

Note

This function can not be called statically.

previousCache_Lite_Function::drop (Previous) (Next) Cache_Lite_File::getnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.