AgileWallaby.Ehcache.XmlMetadataSerializationService.GetCacheMetadata C# (CSharp) Method

GetCacheMetadata() public method

public GetCacheMetadata ( Stream str ) : CacheMetadata
str Stream
return CacheMetadata
        public CacheMetadata GetCacheMetadata(Stream str)
        {
            throw new NotImplementedException();
        }
    }
XmlMetadataSerializationService