module MyStuff::Cache

Simplistic caching module.

You probably want to use ActiveSupport::Cache instead. The two major advantages of this are in Base#get_with_fallback (compared to ActiveSupport::Cache::Store#fetch)

See MyStuff::Cache::Base for interface.