[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 330 lines (15 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
cache:: (0 methods):
constructor:: (11 methods):
cache()
to()
save_cache()
to()
get_cache()
to()
get_cache_memory()
to()
to()
convert_time()
to()
Class: constructor - X-Ref
cache($languages_id, $memory = false) X-Ref |
No description |
to($name => name of entry $value => data to be cached $method => EVAL, ARRAY, or RETURN $gzip => option to gzip the data, recommended to save space $global => setting to make the cached data global in scope $expires => in the format [ time interval (int) X-Ref |
No description |
save_cache($name, $value, $method='RETURN', $gzip=1, $global=0, $expires = '30/days') X-Ref |
No description |
to($name is the cache name => if no params are passed it will pull all the global cache entries and eval() X-Ref |
No description |
get_cache($name = 'GLOBAL', $local_memory = false) X-Ref |
No description |
to(before it is in memory it must be called at least once by get_cache() X-Ref |
No description |
get_cache_memory($name, $method = 'RETURN') X-Ref |
No description |
to(\*=======================================================================*/ function cache_gc() X-Ref |
No description |
to(parameter is in the format [ time interval (int) X-Ref |
No description |
convert_time($expires) X-Ref |
No description |
to(\*=======================================================================*/ function is_cached($name, &$is_cached, &$is_expired) X-Ref |
No description |
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |