public BlobClientCacheKey()

in azure-functions-java-sdktypes/src/main/java/com/microsoft/azure/functions/sdktype/blob/BlobClientCacheKey.java [14:18]


    public BlobClientCacheKey(BlobClientMetaData metaData) {
        this.containerName = metaData.getContainerName();
        this.blobName = metaData.getBlobName();
        this.envVarForConnection = metaData.getConnectionEnvVar();
    }