/// <summary>
 /// Add the given property metadata to the cache.
 /// </summary>
 /// <param name="property">ResourceProperty instance.</param>
 /// <param name="propertyCacheItem">Cache item containing the metadata about the property.</param>
 internal void AddResourcePropertyCacheItem(ResourceProperty property, ResourcePropertyCacheItem propertyCacheItem)
 {
     this.resourcePropertyMetadataCache.Add(property, propertyCacheItem);
 }
 /// <summary>
 /// Add the given property metadata to the cache.
 /// </summary>
 /// <param name="property">ResourceProperty instance.</param>
 /// <param name="propertyCacheItem">Cache item containing the metadata about the property.</param>
 internal void AddResourcePropertyCacheItem(ResourceProperty property, ResourcePropertyCacheItem propertyCacheItem)
 {
     this.resourcePropertyMetadataCache.Add(property, propertyCacheItem);
 }