module Orion::View::CacheHelpers
Direct including types
Defined in:
Macro Summary
-
cache(object, &block)
Cache the block, using the object as the key
-
cache_if(condition, object, &block)
Cache the block, if the condition is true, using the object as the key
Macro Detail
macro cache_if(condition, object, &block)
#
Cache the block, if the condition is true, using the object as the key