Closed darbyfrey closed 10 years ago
Makes it easy to access ActiveSupport::Cache the same way you would with Rails.cache, except with Napa.cache.
ActiveSupport::Cache
Rails.cache
Napa.cache
@danielmackey @jdoconnor
Looks good, +1. Maybe consider adding a usage example to the readme.
Updated README, merging.
Makes it easy to access
ActiveSupport::Cache
the same way you would withRails.cache
, except withNapa.cache
.@danielmackey @jdoconnor