Module: AsJsonEncoder::Cachable
- Defined in:
- lib/as_json_encoder.rb
Overview
Include this into any class to mark them as cacheable.
Instance Method Summary collapse
Instance Method Details
#cache_key ⇒ Object
26 27 28 |
# File 'lib/as_json_encoder.rb', line 26 def cache_key nil end |