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 abstract class GridCacheForStream

Methods

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

See Also