| Index |
PHP Cross Reference of Joomla! 1.0.12 eCommerce Edition |
[Source view] [Print]
(no description)
| Copyright: | Copyright (C) 2005 Open Source Matters. All rights reserved. |
| License: | http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php |
| Version: | $Id: joomla.php 4097 2006-06-21 18:58:22Z stingrey $ |
| File Size: | 76 lines (3 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 1 file includes/Cache/Lite/Function.php |
JCache_Lite_Function:: (3 methods):
JCache_Lite_Function()
call()
clean()
Class: JCache_Lite_Function - X-Ref
Joomla! Cache Lite wrapper for adding special parameters| JCache_Lite_Function($options = array(NULL) X-Ref |
| No description |
| call() X-Ref |
| Calls a cacheable function or method (or not if there is already a cache for it) This overwritten method addes automatically special arguments to the call Those arguments are e.g. the language if multilingual support is activated return: mixed result of the function/method |
| clean($group = false) X-Ref |
| Clean the cache if no group is specified all cache files will be destroyed else only cache files of the specified group will be destroyed param: string $group name of the cache group return: boolean true if no problem |