You are here

Files in Authenticated User Page Caching (Authcache) 7.2

Primary tabs

File namesort descending Location Namespace Description
authcache.admin.inc authcache.admin.inc Admin forms and pages.
authcache.api.php authcache.api.php Authcache API documentation.
authcache.backend.test tests/authcache.backend.test Test cases for pluggable cache backends.
authcache.cache.inc authcache.cache.inc Defines authcache aware copy of drupal_serve_page_from_cache().
authcache.inc authcache.inc Moved to modules/authcache_builtin/authcache_builtin.cache.inc
authcache.info authcache.info name = Authcache description = Authenticated User Page Caching for logged-in and anonymous users. package = Performance and scalability core = 7.x php = 5.3 configure = admin/config/system/authcache files[] = authcache.test files[] =…
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 modules/authcache_p13n/safe_frontcontroller/authcache.php Alternative front controller for user specific content fragments.
authcache.php modules/authcache_p13n/frontcontroller/authcache.php Default front controller for user specific content fragments.
authcache.test authcache.test Tests for system.module.
authcache.widget.test tests/authcache.widget.test Test cases for pluggable cache backends.
AuthcacheBlockAdminEntry.inc modules/authcache_block/includes/AuthcacheBlockAdminEntry.inc Defines the block admin entry class.
AuthcacheBlockFragment.inc modules/authcache_block/includes/AuthcacheBlockFragment.inc Defines fragment for blocks.
AuthcacheCommentNumNewSetting.inc modules/authcache_comment/includes/AuthcacheCommentNumNewSetting.inc Defines a personalization setting for retrieving the number of new comments on a node.
AuthcacheEnumCartesianTestCase.php modules/authcache_enum/lib/Drupal/authcache_enum/Tests/AuthcacheEnumCartesianTestCase.php Drupal\authcache_enum\Tests Defines a test case covering _authcache_enum_cartesian.
AuthcacheEnumCombTestCase.php modules/authcache_enum/lib/Drupal/authcache_enum/Tests/AuthcacheEnumCombTestCase.php Drupal\authcache_enum\Tests Defines a test case covering _authcache_enum_comb.
AuthcacheEnumKeysTestCase.php modules/authcache_enum/lib/Drupal/authcache_enum/Tests/AuthcacheEnumKeysTestCase.php Drupal\authcache_enum\Tests Defines a test case covering _authcache_enum_cartesian.
AuthcacheFieldAdminEntry.inc modules/authcache_field/includes/AuthcacheFieldAdminEntry.inc Defines the block admin entry class.
AuthcacheFieldFragment.inc modules/authcache_field/includes/AuthcacheFieldFragment.inc Defines fragment for fields.
AuthcacheFlagFlagFragment.inc modules/authcache_flag/includes/AuthcacheFlagFlagFragment.inc Defines a personalization fragment for retrieving flags. on a node.
AuthcacheFormTokenFragment.inc modules/authcache_form/includes/AuthcacheFormTokenFragment.inc Personalized fragment for CSRF tokens.
AuthcacheForumNumNewSetting.inc modules/authcache_forum/includes/AuthcacheForumNumNewSetting.inc Defines a personalization setting for retrieving the number of new topics on the forum list.
AuthcacheMenuItemTitleFragment.inc modules/authcache_menu/includes/AuthcacheMenuItemTitleFragment.inc Defines an authcache fragment for returning personalized menu titles.
AuthcacheMenuLocalActionsFragment.inc modules/authcache_menu/includes/AuthcacheMenuLocalActionsFragment.inc Defines authcache fragment for rendering local actions.
AuthcacheMenuLocalTabsFragment.inc modules/authcache_menu/includes/AuthcacheMenuLocalTabsFragment.inc Defines an authcache fragment for rendering menu tabs.
AuthcacheNodeHistorySetting.inc modules/authcache_node_history/includes/AuthcacheNodeHistorySetting.inc Defines a personalized setting for retrieving the last time a node was seen.
AuthcacheP13nAddCacheControlHeaderFilter.inc modules/authcache_p13n/includes/AuthcacheP13nAddCacheControlHeaderFilter.inc Defines request filter for adding HTTP cache-control headers.
AuthcacheP13nBootstrapContextProvider.inc modules/authcache_p13n/includes/AuthcacheP13nBootstrapContextProvider.inc Defines context provider for drupal bootstrap mechanism.
AuthcacheP13nCacheGranularity.inc modules/authcache_p13n/includes/AuthcacheP13nCacheGranularity.inc Defines the cache granularity class.
AuthcacheP13nConfOverrideContextProvider.inc modules/authcache_p13n/includes/AuthcacheP13nConfOverrideContextProvider.inc Defines context provider for overriding conf values.
AuthcacheP13nContentBuilderInterface.inc modules/authcache_p13n/includes/AuthcacheP13nContentBuilderInterface.inc Define content builder interface.
AuthcacheP13nContentEncoderInterface.inc modules/authcache_p13n/includes/AuthcacheP13nContentEncoderInterface.inc Defines content encoder interface.
AuthcacheP13nContextProviderInterface.inc modules/authcache_p13n/includes/AuthcacheP13nContextProviderInterface.inc Defines context provider.
AuthcacheP13nCoreServiceInterface.inc modules/authcache_p13n/includes/AuthcacheP13nCoreServiceInterface.inc Defines interface for drupal core services.
AuthcacheP13nDatabaseKeyValueStore.inc modules/authcache_p13n/includes/AuthcacheP13nDatabaseKeyValueStore.inc Defines database based implementation of a key-value store.
AuthcacheP13nDefaultCoreService.inc modules/authcache_p13n/includes/AuthcacheP13nDefaultCoreService.inc Defines the default implementation for drupal core services.
AuthcacheP13nDefaultRequestHandler.inc modules/authcache_p13n/includes/AuthcacheP13nDefaultRequestHandler.inc Defines default request handler class
AuthcacheP13nDefaultRequestRouter.inc modules/authcache_p13n/includes/AuthcacheP13nDefaultRequestRouter.inc Defines the interface for mapping URLs to requests and vice versa.
AuthcacheP13nDefaultRequestUrlGenerator.inc modules/authcache_p13n/includes/AuthcacheP13nDefaultRequestUrlGenerator.inc Defines request URL generator.
AuthcacheP13nFilterInterface.inc modules/authcache_p13n/includes/AuthcacheP13nFilterInterface.inc Defines request filter.
AuthcacheP13nFragmentAccessInterface.inc modules/authcache_p13n/includes/AuthcacheP13nFragmentAccessInterface.inc Defines authcache personalized fragment access checker.
AuthcacheP13nFragmentAssemblyBuilder.inc modules/authcache_p13n/includes/AuthcacheP13nFragmentAssemblyBuilder.inc Defines AuthcacheP13nFragmentAssemblyBuilder.
AuthcacheP13nFragmentBuilder.inc modules/authcache_p13n/includes/AuthcacheP13nFragmentBuilder.inc Defines AuthcacheP13nFragmentBuilder
AuthcacheP13nFragmentInterface.inc modules/authcache_p13n/includes/AuthcacheP13nFragmentInterface.inc Defines authcache personalized fragment renderer.
AuthcacheP13nFragmentLoaderInterface.inc modules/authcache_p13n/includes/AuthcacheP13nFragmentLoaderInterface.inc Defines authcache personalized fragment object loader.
AuthcacheP13nFragmentValidatorInterface.inc modules/authcache_p13n/includes/AuthcacheP13nFragmentValidatorInterface.inc Defines authcache personalized fragment validator.
AuthcacheP13nHTMLContent.inc modules/authcache_p13n/includes/AuthcacheP13nHTMLContent.inc Defines content encoder for HTML.
AuthcacheP13nJSONContent.inc modules/authcache_p13n/includes/AuthcacheP13nJSONContent.inc Define content encoder for JSON.
AuthcacheP13nKeyValueStoreInterface.inc modules/authcache_p13n/includes/AuthcacheP13nKeyValueStoreInterface.inc Defines an interface for key-value stores.

Pages

Other projects