MT Showcase SDK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Showcase::CachingPropertyGenerator Class Referenceabstract

Node property generator that caches events. More...

#include <CachingGenerators.hpp>

Inheritance diagram for Showcase::CachingPropertyGenerator:
Showcase::CachingGenerator< PropertyGenerator > Showcase::PropertyGenerator Showcase::Generator< PropertyEvent >

Protected Member Functions

virtual void updateCache () override
 

Additional Inherited Members

- Public Member Functions inherited from Showcase::CachingGenerator< PropertyGenerator >
virtual folly::Future< ValueTypenext (folly::Executor *executor=nullptr) override
 Initiate generation of the next value. More...
 

Detailed Description

Node property generator that caches events.

Member Function Documentation

void Showcase::CachingPropertyGenerator::updateCache ( )
overrideprotectedvirtual

Nothing to report

Implements Showcase::CachingGenerator< PropertyGenerator >.