clearMetadataCache abstract method
void
clearMetadataCache()
inherited
Clears the internal metadata cache.
Useful when pod definitions change at runtime and the cache needs to be refreshed.
Usage Example:
// After dynamic configuration changes
factory.clearMetadataCache();
Implementation
void clearMetadataCache();