Ext.Net.ResourceHandler.GetCache C# (CSharp) Method

GetCache() private method

private GetCache ( ) : byte[]
return byte[]
        private byte[] GetCache()
        {
            return this.context.Cache[this.webResource + (this.compress ? "_gzip" : "_nonegzip")] as byte[];
        }