You are here

public function AuthcacheP13nCacheGranularity::__construct in Authenticated User Page Caching (Authcache) 7.2

Construct new cache granularity instance.

File

modules/authcache_p13n/includes/AuthcacheP13nCacheGranularity.inc, line 22
Defines the cache granularity class.

Class

AuthcacheP13nCacheGranularity
Cache granularity class.

Code

public function __construct($granularity) {
  $this->granularity = $granularity;
}