2.2.2.5 MilCachingHint
A MilCachingHint enumeration hints the rendering engine that rendered content can be cached.
-
typedef enum { Unspecified = 0x00000000, Cache = 0x00000001 } MilCachingHint;
Unspecified: The rendering engine can decide whether or not to cache.
Cache: The rendering engine will cache the rendered content whenever possible.