has_cache 0.1.5
Using `has_cache` in your classes provides a `cached` method that allows automatic caching of the result of a method that is normally available on the class, or an instance of the class. It mitigates the hassle of creating and tracking keys as you would with the standard Cache Store interface, by inferring keys from the location `cached` is invoked.
Gemfile:
=
installieren:
=
Development Abhängigkeiten (15):
database_cleaner
>= 0
fabrication
>= 0
ffaker
>= 0
fuubar
>= 0
guard
~> 2.0
guard-rspec
~> 4.0
guard-rubocop
~> 1.0
listen
~> 2.1
redcarpet
>= 0
rspec-rails
~> 2.14
rubocop
>= 0
sqlite3
>= 0
yard
>= 0
yard-blame
>= 0
yard-rails
>= 0