class CopyTunerClient::I18nBackend

def initialize(cache)

Parameters:
  • cache (Cache) -- must act like a hash, returning and accept blurbs by key.
def initialize(cache)
  @cache = cache
end