You are here

constant CACHE_DAYS in ShrinkTheWeb 7

Same name and namespace in other branches
  1. 8 shrinktheweb.api.inc \CACHE_DAYS
  2. 6 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 14

Code

define('CACHE_DAYS', variable_get('shrinktheweb_cache_days', ''));