You are here

function authcache_views_views_api in Authenticated User Page Caching (Authcache) 7.2

Implements hook_views_api().

File

modules/authcache_views/authcache_views.module, line 71
Authcache support for views module.

Code

function authcache_views_views_api() {
  return array(
    'api' => 3,
  );
}