Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 802 Bytes

CachingTranslatedTypeReference.md

File metadata and controls

10 lines (6 loc) · 802 Bytes

CachingTranslatedTypeReference

[Transformation Source]

This is the base type reference for TranslatedTypeReference implementations which benefit from caching.

You should generally not need to worry about using this type directly. It should generally be considered an implementation detail.

If you find the need to implement your own TranslatedTypeReference variant, you may find it useful to use this as your base type if your variant would benefit from caching. Simply override both TryResolveImplementation methods with your resolution logic.