Module Cms::Behaviors::FlushCacheOnChange::InstanceMethods
In: lib/cms/behaviors/flush_cache_on_change.rb

Methods

Public Instance methods

[Source]

    # File lib/cms/behaviors/flush_cache_on_change.rb, line 25
25:         def flush_cache
26:           if Cms.caching_enabled?
27:             Cms.flush_cache
28:           end
29:         end

[Validate]