dynamic_cache.info |
dynamic_cache.info |
|
name = Dynamic Cache
description = Allows other modules to disable standard page caching from hook_boot() via $conf['cache'].
package = Performance and scalability
dependencies[] = dynamic_cache_bootfix
core = 7.x |
dynamic_cache.install |
dynamic_cache.install |
|
Install file for dynamic_cache module. |
dynamic_cache.module |
dynamic_cache.module |
|
Dynamic Cache module. |
dynamic_cache_bootfix.info |
dynamic_cache_bootfix.info |
|
name = Dynamic Cache Bootfix
description = Fixes a problem with Dynamic Cache causing hook_boot() to be called twice.
package = Performance and scalability
core = 7.x |
dynamic_cache_bootfix.install |
dynamic_cache_bootfix.install |
|
Install file for dynamic_cache_bootfix module. |
dynamic_cache_bootfix.module |
dynamic_cache_bootfix.module |
|
Dynamic Cache Bootfix 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 = 7.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)… |