Method: Nitro::Caching::Fragments.put

Defined in:
lib/nitro/caching/fragments.rb

.put(name, content = nil, options = {}) ⇒ Object



25
26
27
28
# File 'lib/nitro/caching/fragments.rb', line 25

def self.put(name, content = nil, options = {})
  self.cache.put(name, content, options)
  return content
end