ape.admin.inc |
ape.admin.inc |
|
Admin form for advanced page expiration module. |
ape.api.php |
ape.api.php |
|
Hooks provided by the advanced page expiration module. |
ape.info |
ape.info |
|
name = Advanced Page Expiration
description = Allows finer control of the Cache Control header.
package = Performance and scalability
core = 7.x
files[] = ape.test
configure = admin/config/development/ape |
ape.install |
ape.install |
|
Install, update, and uninstall functions for advanced page expiration. |
ape.module |
ape.module |
|
Allows finer control of the Cache Control header. |
ape.rules.inc |
ape.rules.inc |
|
Rules integration for APE module. |
ape.test |
ape.test |
|
Test integration for the advanced page expiration module. |
ape_test.info |
tests/ape_test.info |
|
name = Advanced Page Expiration tests
description = 'Support module for ape tests.'
package = Testing
core = 7.x
hidden = TRUE |
ape_test.module |
tests/ape_test.module |
|
Provide callbacks to test cache headers. |
README.txt |
README.txt |
|
SUMMARY
-------
Many sites run behind Varnish and have a desire for some pages to never expire
and other pages to expire as quickly as every minute. The idea behind this
module is that it provides three main features for controlling the… |