Flowdock
class
Importance_1
v5.2.3 - Show latest stable - 0 notes - Superclass: Object

Threadsafe template cache

Constants

NO_TEMPLATES = [].freeze

KEY_BLOCK = lambda { |cache, key| cache[key] = SmallCache.new(&NAME_BLOCK) }

NAME_BLOCK = lambda { |cache, name| cache[name] = SmallCache.new(&PREFIX_BLOCK) }

PREFIX_BLOCK = lambda { |cache, prefix| cache[prefix] = SmallCache.new(&PARTIAL_BLOCK) }

PARTIAL_BLOCK = lambda { |cache, partial| cache[partial] = SmallCache.new }

Attributes

Show files where this class is defined (1 file)
Register or log in to add new notes.