Interface CachedGeneratorResult


public interface CachedGeneratorResult
An interface to represent the cached results from a previous generator invocation. This is made available in the GeneratorContext to subsequent invocations of the same generator, when called under the same conditions (e.g. for the same rebind rule and requested type name).
See Also: