Home
last modified time | relevance | path

Searched refs:CleanUpCacheDirectory (Results 1 – 4 of 4) sorted by relevance

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php190 $phpThumb->CleanUpCacheDirectory();
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt129 ¤ CleanUpCacheDirectory() is now only called once per hour, and
150 * Bugfix (#38): CleanUpCacheDirectory() ignored config_cache_prefix
201 * Bugfix: CleanUpCacheDirectory() has some undefined
319 * Bugfix [#1620056]: CleanUpCacheDirectory() would not purge
342 * CleanUpCacheDirectory() now also purges zero-byte orphan
404 * Bugfix: [#1540523] CleanUpCacheDirectory() does not delete
507 * Bugfix: stat() warnings in CleanUpCacheDirectory()
1246 * Added public CleanUpCacheDirectory() for cache cleaning
/plugin/photogallery/phpThumb/
H A DphpThumb.php683 $phpThumb->CleanUpCacheDirectory();
H A Dphpthumb.class.php802 public function CleanUpCacheDirectory() { function in phpthumb