Class StringProducer
source · [−]Expand description
Just produces a single constant string. For trivial situations
Constructors
sourceconstructor
constructor
sourcenew (content: string): StringProducer
new (content: string): StringProducer
Properties
Methods
sourcesetCaching
setCaching
source(enabled?: boolean): StringProducer
(enabled?: boolean): StringProducer
Should we cache results?