You are here

constant CACHE_DAYS in ShrinkTheWeb 8

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

Code

define('CACHE_DAYS', $config
  ->get('shrinktheweb_cache_days'));