bellycard / napa

A simple framework for building APIs with Grape
Other
329 stars 72 forks source link

Added Napa.cache to wrap ActiveSupport::Cache #126

Closed darbyfrey closed 10 years ago

darbyfrey commented 10 years ago

Makes it easy to access ActiveSupport::Cache the same way you would with Rails.cache, except with Napa.cache.

@danielmackey @jdoconnor

heymackey commented 10 years ago

Looks good, +1. Maybe consider adding a usage example to the readme.

darbyfrey commented 10 years ago

Updated README, merging.