constant VIEWS_NAVIGATION_CACHE_BIN in Views navigation 7
@file Views navigation module.
5 uses of VIEWS_NAVIGATION_CACHE_BIN
- views_navigation_flush_caches in ./
views_navigation.module - Implements hook_flush_caches().
- views_navigation_get_cached_query in ./
views_navigation.inc - Get a view query from cache.
- views_navigation_get_cached_result in ./
views_navigation.inc - Get a view result from cache.
- views_navigation_get_result in ./
views_navigation.inc - Get the result of a query, as an array of etids keyed by position.
- views_navigation_store_query in ./
views_navigation.inc - Store a view query in cache.
File
- ./
views_navigation.module, line 8 - Views navigation module.
Code
define('VIEWS_NAVIGATION_CACHE_BIN', 'cache_views_navigation');