Method: JSONAPI::Formatter.cached

Defined in:
lib/jsonapi/formatter.rb

.cachedObject



12
13
14
# File 'lib/jsonapi/formatter.rb', line 12

def cached
  return FormatterWrapperCache.new(self)
end