You are here

constant IMAGEINFO_CACHE_LIFETIME in Imageinfo Cache 6.2

Same name and namespace in other branches
  1. 6 imageinfo_cache.module \IMAGEINFO_CACHE_LIFETIME

Store imageinfo cached data for 3 days.

3 uses of IMAGEINFO_CACHE_LIFETIME
imageinfo_cache_admin_form in ./imageinfo_cache.admin.inc
Form builder; Displays DB Tuners configuration page.
imageinfo_cache_theme_imagecache in ./imageinfo_cache.module
Create an image tag for an imagecache derivative
imageinfo_cache_theme_imagefield_image in ./imageinfo_cache.module
Caches the image dimensions; passes dimensions to the orginal theme function.

File

./imageinfo_cache.module, line 11
Cache image info for theme_imagecache & theme_imagefield_image.

Code

define('IMAGEINFO_CACHE_LIFETIME', 60 * 60 * 72);