Module: Split

Defined in:
lib/split_cacheable.rb,
lib/split_cacheable/engine.rb,
lib/split_cacheable/helper.rb,
lib/split_cacheable/version.rb

Overview

This is the main Adapter instance. It expects:

controller_instance => An instance of ActionController::Base
action_name => The current action being performed (as a symbol)

We don’t include this as a module so that you can instantite this yourself so you can call get_all_possible_variations to clear your caches

Defined Under Namespace

Modules: Cacheable