You are here

Files in Authenticated User Page Caching (Authcache) 7.2

Primary tabs

File namesort descending Location Namespace Description
AuthcacheP13nObjectFactory.inc modules/authcache_p13n/includes/AuthcacheP13nObjectFactory.inc Defines the class AuthcacheP13nObjectFactory.
AuthcacheP13nObjectFactoryException.inc modules/authcache_p13n/includes/AuthcacheP13nObjectFactoryException.inc Defines exception class for object factory.
AuthcacheP13nObjectResourcePreprocessor.inc modules/authcache_p13n/includes/AuthcacheP13nObjectResourcePreprocessor.inc Defines the class AuthcacheP13nObjectResourcePreprocessor.
AuthcacheP13nRequestAccessDenied.inc modules/authcache_p13n/includes/AuthcacheP13nRequestAccessDenied.inc Defines a request exception for 403 errors
AuthcacheP13nRequestException.inc modules/authcache_p13n/includes/AuthcacheP13nRequestException.inc Defines base class for request exceptions.
AuthcacheP13nRequestHandlerInterface.inc modules/authcache_p13n/includes/AuthcacheP13nRequestHandlerInterface.inc Defines request handler interface.
AuthcacheP13nRequestInvalidInput.inc modules/authcache_p13n/includes/AuthcacheP13nRequestInvalidInput.inc Defines a request exception for 400 errors.
AuthcacheP13nRequestNotFound.inc modules/authcache_p13n/includes/AuthcacheP13nRequestNotFound.inc Defines a request exception for 404 errors.
AuthcacheP13nRequestRouterInterface.inc modules/authcache_p13n/includes/AuthcacheP13nRequestRouterInterface.inc Defines the interface for mapping routes to requests and vice versa.
AuthcacheP13nRequestUrlGeneratorInterface.inc modules/authcache_p13n/includes/AuthcacheP13nRequestUrlGeneratorInterface.inc Defines request filter.
AuthcacheP13nRequestValidatorInterface.inc modules/authcache_p13n/includes/AuthcacheP13nRequestValidatorInterface.inc Defines interface for request validators.
AuthcacheP13nSettingAccessInterface.inc modules/authcache_p13n/includes/AuthcacheP13nSettingAccessInterface.inc Defines authcache personalized setting access checker.
AuthcacheP13nSettingBuilder.inc modules/authcache_p13n/includes/AuthcacheP13nSettingBuilder.inc Defines AuthcacheP13nSettingBuilder.
AuthcacheP13nSettingInterface.inc modules/authcache_p13n/includes/AuthcacheP13nSettingInterface.inc Defines authcache personalized setting getter.
AuthcacheP13nSettingValidatorInterface.inc modules/authcache_p13n/includes/AuthcacheP13nSettingValidatorInterface.inc Defines authcache personalized setting validator.
AuthcachePageManagerAdminEntry.inc modules/authcache_page_manager/includes/AuthcachePageManagerAdminEntry.inc Defines the block admin entry class.
AuthcachePageManagerCommentReplyTaskContextProvider.inc modules/authcache_page_manager/includes/AuthcachePageManagerCommentReplyTaskContextProvider.inc Defines context provider collecting page manager context from path.
AuthcachePageManagerDefaultTaskContextProvider.inc modules/authcache_page_manager/includes/AuthcachePageManagerDefaultTaskContextProvider.inc Defines basic context provider for page manager tasks.
AuthcachePageManagerNodeAddTaskContextProvider.inc modules/authcache_page_manager/includes/AuthcachePageManagerNodeAddTaskContextProvider.inc Defines context provider collecting page manager context from path.
AuthcachePageManagerNodeEditTaskContextProvider.inc modules/authcache_page_manager/includes/AuthcachePageManagerNodeEditTaskContextProvider.inc Defines context provider collecting page manager context from path.
AuthcachePageManagerNodeViewTaskContextProvider.inc modules/authcache_page_manager/includes/AuthcachePageManagerNodeViewTaskContextProvider.inc Defines context provider collecting page manager context from path.
AuthcachePageManagerPageTaskContextProvider.inc modules/authcache_page_manager/includes/AuthcachePageManagerPageTaskContextProvider.inc Defines context provider collecting page manager context from path.
AuthcachePageManagerSearchTaskContextProvider.inc modules/authcache_page_manager/includes/AuthcachePageManagerSearchTaskContextProvider.inc Defines context provider collecting page manager context from path.
AuthcachePageManagerTermViewTaskContextProvider.inc modules/authcache_page_manager/includes/AuthcachePageManagerTermViewTaskContextProvider.inc Defines context provider collecting page manager context from path.
AuthcachePageManagerUserEditTaskContextProvider.inc modules/authcache_page_manager/includes/AuthcachePageManagerUserEditTaskContextProvider.inc Defines context provider collecting page manager context from path.
AuthcachePageManagerUserTaskContextProvider.inc modules/authcache_page_manager/includes/AuthcachePageManagerUserTaskContextProvider.inc Defines context provider collecting page manager context from path.
AuthcachePanelsAbstractDisplayLoader.inc modules/authcache_panels/includes/AuthcachePanelsAbstractDisplayLoader.inc Defines personalization fragment for panel pane.
AuthcachePanelsPageManagerDisplayLoader.inc modules/authcache_panels_page_manager/includes/AuthcachePanelsPageManagerDisplayLoader.inc Defines personalization fragment for panel pane.
AuthcachePanelsPaneFragment.inc modules/authcache_panels/includes/AuthcachePanelsPaneFragment.inc Defines personalization fragment for panel pane.
AuthcachePollFragment.inc modules/authcache_poll/includes/AuthcachePollFragment.inc Defines personalized fragment for polls.
AuthcacheToolbarShortcutsFragment.inc modules/authcache_menu/includes/AuthcacheToolbarShortcutsFragment.inc Defines authcache fragment for rendering shortcuts.
AuthcacheUserSetting.inc modules/authcache_user/includes/AuthcacheUserSetting.inc Defines setting handler for profile data of currently logged in user.
AuthcacheViewsAdminEntry.inc modules/authcache_views/includes/AuthcacheViewsAdminEntry.inc Defines the block admin entry class.
AuthcacheViewsDisplayPageContextProvider.inc modules/authcache_views/includes/AuthcacheViewsDisplayPageContextProvider.inc Defines context provider collecting views argumnets from path.
AuthcacheViewsFragment.inc modules/authcache_views/includes/AuthcacheViewsFragment.inc Defines personalization fragment for views
authcache_ajax.info modules/authcache_ajax/authcache_ajax.info name = Authcache Ajax description = Support for personalization of cached pages using AJAX calls. package = Performance and scalability core = 7.x dependencies[] = authcache_p13n files[] = tests/authcache_ajax.test
authcache_ajax.module modules/authcache_ajax/authcache_ajax.module Inject personalized fragments into cached pages using Ajax calls.
authcache_ajax.test modules/authcache_ajax/tests/authcache_ajax.test Tests for Ajax markup generator
authcache_ajax_test.info modules/authcache_ajax/tests/authcache_ajax_test.info name = Authcache Ajax Test Stub description = Authcache Ajax Test Stub core = 7.x hidden = TRUE dependencies[] = authcache_test_hookstub
authcache_ajax_test.module modules/authcache_ajax/tests/authcache_ajax_test.module Stub module for Authcache Ajax tests.
authcache_backend_test.info tests/authcache_backend_test.info name = Authcache Test Stub Backend description = Provides a stub cache backend for testing purposes. package = Testing core = 7.x hidden = TRUE dependencies[] = authcache dependencies[] = authcache_test_hookstub
authcache_backend_test.module tests/authcache_backend_test.module Provides a stub cache backend for testing purposes.
authcache_block.info modules/authcache_block/authcache_block.info name = Authcache Block description = Authcache support for the block module package = Performance and scalability core = 7.x configure = admin/config/system/authcache/blocks dependencies[] = block dependencies[] = authcache_p13n files[] =…
authcache_block.install modules/authcache_block/authcache_block.install Authcache personalized blocks install hook implementations.
authcache_block.module modules/authcache_block/authcache_block.module Authcache support for block module.
authcache_block.test modules/authcache_block/authcache_block.test Test cases for the Authcache Block module.
authcache_builtin.cache-backend.test modules/authcache_builtin/tests/authcache_builtin.cache-backend.test Test cases for the Authcache Bultin Cache Backend module.
authcache_builtin.cache.inc modules/authcache_builtin/authcache_builtin.cache.inc
authcache_builtin.info modules/authcache_builtin/authcache_builtin.info name = Authcache Builtin Storage Backend description = Authcache storage backend for drupal core cache system package = Performance and scalability core = 7.x dependencies[] = authcache files[] = tests/authcache_builtin.cache-backend.test
authcache_builtin.install modules/authcache_builtin/authcache_builtin.install Install, update and uninstall functions for the Authcache Bultin module.

Pages

Other projects