constant CACHE_DAYS in ShrinkTheWeb 6
Same name and namespace in other branches
- 8 shrinktheweb.api.inc \CACHE_DAYS
- 7 shrinktheweb.api.inc \CACHE_DAYS
2 uses of CACHE_DAYS
- shrinktheweb_cacheFileExpired in ./
shrinktheweb.api.inc - Determine if specified file has expired from the cache
- shrinktheweb_getThumbnail in ./
shrinktheweb.api.inc - Gets the thumbnail for the specified website, stores it in the cache, and then returns the relative path to the cached image.
File
- ./
shrinktheweb.api.inc, line 15
Code
define('CACHE_DAYS', variable_get('shrinktheweb_cache_days', ''));