You are here

constant BOOST_CACHE_JSON_LIFETIME in Boost 6

2 uses of BOOST_CACHE_JSON_LIFETIME
boost_admin_boost_performance_page in ./boost.admin.inc
Form builder; Displays Boost's configuration page.
boost_cache_set in ./boost.module
Replaces/Sets the cached contents of the specified page, if stale.

File

./boost.module, line 28
Provides static file caching for Drupal text output. Pages, Feeds, ect...

Code

define('BOOST_CACHE_JSON_LIFETIME', variable_get('boost_cache_json_lifetime', 3600));