You are here

Files in Authenticated User Page Caching (Authcache) 7.2

Primary tabs

File namesort descending Location Namespace Description
authcache_ubercart.info modules/authcache_ubercart/authcache_ubercart.info name = Authcache Ubercart description = Authcache support for Ubercart package = Performance and scalability core = 7.x dependencies[] = authcache dependencies[] = uc_product files[] = authcache_ubercart.test
authcache_ubercart.module modules/authcache_ubercart/authcache_ubercart.module Authcache support for Ubercart.
authcache_ubercart.test modules/authcache_ubercart/authcache_ubercart.test Test cases for the Authcache Ubercart module.
authcache_user.info modules/authcache_user/authcache_user.info name = Authcache User description = Provides profile data of the logged in user as personalized setting core = 7.x dependencies[] = authcache_p13n files[] = authcache_user.test files[] = includes/AuthcacheUserSetting.inc
authcache_user.module modules/authcache_user/authcache_user.module Provide profile data of logged in user as personalized setting.
authcache_user.test modules/authcache_user/authcache_user.test Test cases for the Authcache User module.
authcache_usercookie.info examples/authcache_usercookie/authcache_usercookie.info name = Authcache User Cookie description = Example authcache module passing name and profile-link of logged in users to theming layer via cookies. package = Example modules core = 7.x dependencies[] = authcache
authcache_usercookie.module examples/authcache_usercookie/authcache_usercookie.module Example authcache module passing name and profile-link of logged in users to theming layer via cookies.
authcache_varnish.info modules/authcache_varnish/authcache_varnish.info name = Authcache Varnish Storage Backend description = Authcache storage backend for varnish package = Performance and scalability core = 7.x dependencies[] = authcache files[] = authcache_varnish.test
authcache_varnish.module modules/authcache_varnish/authcache_varnish.module Authcache cache backend module for varnish.
authcache_varnish.test modules/authcache_varnish/authcache_varnish.test Test cases for authcache_varnish module.
authcache_views.info modules/authcache_views/authcache_views.info name = Authcache Views description = Authcache support for Views package = Performance and scalability core = 7.x dependencies[] = authcache_p13n dependencies[] = views files[] = authcache_views.test files[] =…
authcache_views.module modules/authcache_views/authcache_views.module Authcache support for views module.
authcache_views.test modules/authcache_views/authcache_views.test Test cases for the Authcache Views module.
authcache_views_plugin_display_extender.inc modules/authcache_views/views/authcache_views_plugin_display_extender.inc Defines views display extender plugin.
authcache_votingapi.info modules/authcache_votingapi/authcache_votingapi.info name = Authcache Voting API description = Authcache support for the voting API package = Performance and scalability core = 7.x dependencies[] = authcache_p13n dependencies[] = votingapi
authcache_votingapi.module modules/authcache_votingapi/authcache_votingapi.module Authcache support for the Voting API module.
authcache_widget_test.info tests/authcache_widget_test.info name = Authcache Test Stub Widget description = Provides a stub module for testing the authcache form elements. package = Testing core = 7.x hidden = TRUE dependencies[] = authcache dependencies[] = authcache_test_hookstub
authcache_widget_test.module tests/authcache_widget_test.module Provides a stub module for testing the authcache form elements.
custom-page.stub.txt modules/authcache_panels_page_manager/tests/custom-page.stub.txt $page = new stdClass(); $page->disabled = FALSE; /* Edit this to true to make a default page disabled initially */ $page->api_version = 1; $page->name = 'custom_node_view'; $page->task = 'page'; $page->admin_title =…
frontcontroller.inc modules/authcache_p13n/includes/frontcontroller.inc Defines the main function for the front controller.
HookStub.inc tests/HookStub.inc Defines some helper classes for stubbing and recording hook invocations.
index.php modules/authcache_builtin/tests/frontcontroller/index.php Front controller for testing the page cache handler.
node-page-forced-node-42.stub.txt modules/authcache_panels_page_manager/tests/node-page-forced-node-42.stub.txt $handler = new stdClass(); $handler->disabled = FALSE; /* Edit this to true to make a default handler disabled initially */ $handler->api_version = 1; $handler->name = 'node_view_panel_context'; $handler->task =…
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_varnish/README.txt INSTALLATION ============ * Install and enable authcache and authcache_varnish modules. * Navigate to Administration » Configuration » Development and set "Expiration of cached pages" to an appropriate value (> 0). * Install and…
README.txt modules/authcache_form/README.txt Authcache Forms =============== Allow page caching for authenticated users when forms are present on the page. A note on Ajax forms -------------------- Ajax forms require the form cache. However entries in the form cache expire after a hard coded…
README.txt modules/authcache_forum/README.txt NOTES ===== The drupal core Forum module displays relative times (posted x minutes ago) in various places. In order to make them cacheable it is recommended to use the Timeago module. https://drupal.org/project/timeago As of this writing Forum…
README.txt modules/authcache_builtin/README.txt Authcache backend for drupal built-in cache system ================================================== Installation ------------ 1. Enable authcache and authcache_bultin module. 2. Setup a Drupal cache handler module (optional, but strongly…
README.txt modules/authcache_p13n/README.txt Authcache Personalization API ============================= The personalization API provides means to simplify substitution of personalized markup with placeholders as well as an alternative light weight front controller capable of rendering and…
README.txt modules/authcache_votingapi/README.txt Instructions ============ This module does not expose any configuration. If enabled the browser cache of the triggering user is invalidated whenever votes are added / removed. This module works best together with Authcache Field and fields used to…

Pages

Other projects