module Mova::Storage

Classes under this namespace must conform with {api.rubyonrails.org/classes/ActiveSupport/Cache/Store.html ActiveSupport::Cache::Store} API.

Instances must respond to at least read, read_multi, write, exist?, clear. It is allowed clear to be implemented as no-op.