Module QuickCache
In: lib/compass/quick_cache.rb

Methods

Public Instance methods

cache a value in memory for just a few seconds This can speed up reads of values that change relatively infrequently but might be read many times in a short burst of reads.

[Validate]