Module: Hipbot::Cache

Extended by:
ActiveSupport::Concern
Included in:
Adapters::Shell::KeyboardHandler, Adapters::Telnet::Connection, Match, Message, Reactable, Reaction, Room, Storages::Hash::ClassMethods
Defined in:
lib/hipbot/cache.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#_cacheObject



9
10
11
# File 'lib/hipbot/cache.rb', line 9

def _cache
  @_cache ||= {}
end