Parent

Methods

Included Modules

Cinch::CacheManager

Public Class Methods

new(bot) click to toggle source
# File lib/cinch/cache_manager.rb, line 5
def initialize(bot)
  @bot = bot
  @cache = {}
  @mutex = Mutex.new
end

Public Instance Methods

each(&block) click to toggle source
# File lib/cinch/cache_manager.rb, line 11
def each(&block)
  @cache.each_value(&block)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.