isCachePodMetadata abstract method
Checks if pod metadata caching is enabled.
Usage Example:
if (factory.isCachePodMetadata()) {
print('Pod metadata caching is enabled');
}
@return true if pod metadata caching is enabled
Implementation
bool isCachePodMetadata();