Loading...
Searching...
No Matches
realvirtual.GLB.GLBReflectionCache Class Reference
Thread-safe cache for component reflection data Computes and stores reflection information once per type for reuse across export/import operations. More...
Static Public Member Functions | |
| static ComponentReflectionData | GetReflectionData (Type type) |
| Gets cached reflection data for a type, computing if not already cached. | |
| static void | ClearCache () |
| Clears the cache (call after import/export batch operations) | |
Properties | |
| static int | CachedTypeCount [get] |
| Gets count of cached types (for debugging) | |
Detailed Description
Thread-safe cache for component reflection data Computes and stores reflection information once per type for reuse across export/import operations.
Member Function Documentation
◆ ClearCache()
|
static |
Clears the cache (call after import/export batch operations)
◆ GetReflectionData()
|
static |
Gets cached reflection data for a type, computing if not already cached.
Property Documentation
◆ CachedTypeCount
|
staticget |
Gets count of cached types (for debugging)