module AsJsonEncoder::Cachable

Include this into any class to mark them as cacheable.

Public Instance Methods

cache_key() click to toggle source
# File lib/as_json_encoder.rb, line 26
def cache_key
  nil
end