dynamic_cache.info |
dynamic_cache.info |
|
name = Dynamic Cache
description = Allows other modules to disable standard page caching from hook_boot().
package = Performance and scalability
core = 6.x |
dynamic_cache.install |
dynamic_cache.install |
|
Install file for dynamic_cache module. |
dynamic_cache.module |
dynamic_cache.module |
|
Dynamic Cache module. |
dynamic_cache_test.info |
dynamic_cache_test.info |
|
name = Dynamic Cache Test
description = Provides a test page (/dynamic_cache_test) for Dynamic Cache.
package = Performance and scalability
core = 6.x |
dynamic_cache_test.module |
dynamic_cache_test.module |
|
Dynamic Cache Test module. |
README.txt |
README.txt |
|
== DYNAMIC CACHE ==
-- Summary --
Dynamic Cache allows developers to dynamically disable Drupal's standard
page cache for arbitrary conditions, by setting the global
$conf['cache'] variable to CACHE_DISABLED (which is 0, or false)… |