Module: ActiveAcl::Cache

Defined in:
lib/active_acl/cache/no_cache_adapter.rb

Overview

This module contains different second level cache implementations. The second level cache caches the instance cache of an access object between requests. Cache adapter can be set with ActiveAcl::OPTIONS.

Defined Under Namespace

Classes: MemcacheAdapter, NoCacheAdapter