Flowdock
class
Importance_1
v4.2.1 - Show latest stable - 0 notes - Superclass: Object

Threadsafe template cache

Constants

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

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

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

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

NO_TEMPLATES = [].freeze

Attributes

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