Class GridCacheForStream

GridCacheForStream class

This class contains the cache operations for GridJs. User shall implement his own business logic for storage based on it..

public class GridCacheForStream

Constructors

NameDescription
GridCacheForStream()The default constructor.

Methods

NameDescription
virtual GetFileUrl(string)Implements this method to get the file url from the cache.
virtual IsExisted(string)Checks whether the cache with uid is existed
virtual LoadStream(string)Implements this method to load cache with the key uid,return the stream from the cache.
virtual SaveStream(Stream, string)Implements this method to save cache,save the stream to the cache with the key uid.

See Also