core
Class: CacheSource Location: /core/cache.class.php [line 39] Class OverviewThis class is the cache manager of PHPBoost. Its functioning is very particular. Loading a file is equivalent to include the file. The cache file must define some PHP global variables. They will be usable in the execution context of the page. You should read on the PHPBoost website the documentation which explains you how to integrate a cache for you module, it's too much complex to be explained here.
Author(s):
Class DetailsClass Methodsconstructor Cache [line 44]
Builds a Cache object. Check if the directory in which the cache is written is writable.
method delete_file [line 199]
Deletes a cache file. Tags:Parameters:method generate_all_files [line 164]
Regenerates all the cache files managed by the PHPBoost cache manager. This method needs a lot of resource, call it only when you are sure you need it.
method generate_all_modules [line 178]
Generates all the module cache files.
method generate_file [line 133]
Generates a file according to the specified method.
Parameters:method generate_module_file [line 143]
Generates a module file
Parameters:method load [line 61]
Loads a file file.
Parameters:method write [line 216]
Writes a cache file.
Parameters:Class Variables |
Documentation generated on Tue, 28 Jul 2009 22:43:35 +0200 by phpDocumentor 1.4.1
Les partenaires
Le projet PHPBoost
Contribuer au Projet
Support PHPBoost