| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: cache.class.php 14401 2010-01-26 14:10:00Z louis $ |
| File Size: | 161 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
CacheData:: (6 methods):
__construct()
_parse()
getGroupCount()
getRows()
cleanCache()
cleanCacheList()
CacheItem:: (2 methods):
CacheItem()
updateSize()
| __construct( $path ) X-Ref |
| Class constructor |
| _parse() X-Ref |
| Parse $path for cache file groups. Any files identifided as cache are logged in a group and stored in $this->items. param: String $path |
| getGroupCount() X-Ref |
| Get the number of current Cache Groups return: int |
| getRows( $start, $limit ) X-Ref |
| Retrun an Array containing a sub set of the total number of Cache Groups as defined by the params. param: Int $start param: Int $limit return: Array |
| cleanCache( $group='' ) X-Ref |
| Clean out a cache group as named by param. If no param is passed clean all cache groups. param: String $group |
| cleanCacheList( $array ) X-Ref |
| No description |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |