module Roda::RodaPlugins::Base::ClassMethods

def thread_safe_cache

easily overridden for alternative implementations.
A new thread safe cache instance. This is a method so it can be
def thread_safe_cache
  RodaCache.new
end