authcache.admin.inc |
authcache.admin.inc |
|
Admin forms and pages. |
authcache.css |
authcache.css |
|
#authcachedebug fieldset {
padding-top:30px;
}
#authcachedbg {
z-index:100;
text-align:left;
font-size:11px;
left:0px;
position:absolute;
background:#f7f7f7;
color:#000;
padding:5px 20px 5px 5px;
}
#authcache_status_indicator {
… |
authcache.helpers.inc |
authcache.helpers.inc |
|
Helper functions for the Authcache module (no Drupal hooks here). |
authcache.inc |
authcache.inc |
|
Attempt to deliver a cached version of a page depending on the users role. |
authcache.info |
authcache.info |
|
name = Authcache
description = Authenticated User Page Caching for logged-in and anonymous users.
package = Performance and scalability
core = 7.x
configure = admin/config/development/performance/authcache/config |
authcache.install |
authcache.install |
|
Install, update and uninstall functions for the authcache module. |
authcache.module |
authcache.module |
|
Authenticated User Page Caching (and anonymous users, too!) |
authcache.php |
ajax/authcache.php |
|
Authcache Ajax Callback (authcache.php) |
authcache_custom.default.php |
ajax/authcache_custom.default.php |
|
authcache_custom.default.php |
authcache_example.info |
modules/authcache_example/authcache_example.info |
|
name = Authcache Example
description = Example module that displays a cachable Drupal block of customizable user content.
package = Performance and scalability
core = 7.x
dependencies[] = authcache
files[] = |
authcache_example.install |
modules/authcache_example/authcache_example.install |
|
|
authcache_example.module |
modules/authcache_example/authcache_example.module |
|
authcache_example.module |
README.txt |
README.txt |
|
===========================================
Authenticated User Page Caching (Authcache)
===========================================
The Authcache module offers page caching for both anonymous users and logged-in
authenticated users. This allows… |
README.txt |
modules/authcache_example/README.txt |
|
=======================
Authcache Example Block
=======================
This module demonstrates how to create a block of user-customized content
and serve it on cached pages.
============
Installation
============
To configure, visit Site… |