Exemplo n.º 1
0
        public static IIncludeCache LoadCache(Stream readStream)
        {
            JsonIncludeCache cache = new JsonIncludeCache(null);

            cache.LoadFrom(readStream);
            return(cache);
        }
Exemplo n.º 2
0
 public IncludeCacheTransaction(JsonIncludeCache cache)
 {
     this.cache = cache;
 }