You are here

function authcache_p13n_modules_enabled in Authenticated User Page Caching (Authcache) 7.2

Implements hook_modules_enabled().

Related topics

File

modules/authcache_p13n/authcache_p13n.module, line 1203
Provides methods for serving personalized content fragments.

Code

function authcache_p13n_modules_enabled($modules) {
  authcache_p13n_request_router_rebuild();
}