module LittleWeasel::Modules::DictionaryCacheServicable

This module defines methods and attributes to consume the dictionary cache service.

Attributes

dictionary_cache[RW]
dictionary_key[RW]

Public Instance Methods

dictionary_cache_service() click to toggle source
# File lib/LittleWeasel/modules/dictionary_cache_servicable.rb, line 17
def dictionary_cache_service
  Services::DictionaryCacheService.new(dictionary_key: dictionary_key, dictionary_cache: dictionary_cache)
end