AgileWallaby.Ehcache.XmlMetadataSerializationService.GetCacheMetadata C# (CSharp) 메소드

GetCacheMetadata() 공개 메소드

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