class Prawn::SynchronizedCache

Throughout the Prawn codebase, repeated calculations which can benefit from caching are made. n some cases, caching and reusing results can not only save CPU cycles but also greatly reduce memory requirements But at the same time, we don’t want to throw away thread safety. @private