class Cachetastic::Adapters::LocalMemory

An adapter to cache objects to memory. It is important to note that this cache is volatile. If the VM it is running in shuts down, everything in the cache gets vaporized.

See Cachetastic::Adapters::Base for a list of public API methods.