Lines Matching refs:cache

57 …R__.DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR;                                              …
58 …].DIRECTORY_SEPARATOR.'phpthumb'.DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR; // set the cache
59cache'.DIRECTORY_SEPARATOR; // set th…
62 …DIR__.DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR; …
63 // $PHPTHUMB_CONFIG['cache_directory'] = '/tmp/persistent/phpthumb/cache/';
66 …enerated warning to either set the cache directory or disable the warning (to avoid people not kno…
67 …'] = 2; // If this larger than zero, cache structure will be broken into a broad directory structu…
69 // * Cache culling: phpThumb can automatically limit the contents of the cache directory
75 …maxsize'] = null; // never delete cached thumbnails based on byte size of cache directory
76 …unts file size, does not count space "wasted" by directory entries in the cache structure -- see n…
82 // * Source image cache configuration
84 …tory'] = __DIR__.DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR.'source'.DIRECTORY_SEPARATOR; /…
86 // * cache source modification date configuration
91 // * Simplified cache filename configuration
92 // Instead of creating unique cache filenames for all parameter combinations, create "simple" cache
97 //$PHPTHUMB_CONFIG['cache_default_only_suffix'] = '*_thumb'; // cache 'pic.jpg' becomes 'pic_thumb…
98 //$PHPTHUMB_CONFIG['cache_default_only_suffix'] = 'small-*'; // cache 'pic.jpg' becomes 'small-pic…
100 …']) ? str_replace('www.', '', $_SERVER['SERVER_NAME']).'_' : ''); // keep cache file separate by d…
112 //$PHPTHUMB_CONFIG['temp_directory'] = '/tmp/persistent/phpthumb/cache/'; // set to absolute path
113 $PHPTHUMB_CONFIG['temp_directory'] = $PHPTHUMB_CONFIG['cache_directory']; // set to same as cache