You are here

constant IMAGEINFO_CACHE_LIFETIME in Imageinfo Cache 6

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

Store imageinfo cached data for 24 hours.

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
@defgroup "Theme Callbacks"

File

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

Code

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