Hevea documentation

DataCached Members

DataCached overview

Public Instance Constructors

DataCached Overloaded. Initializes a new instance of the DataCached class.

Public Instance Properties

CachedAt Gets the time the data were cached at (UTC).
ClientFileName Gets the name of the file on client side.
DataStream Gets a readonly stream on the cached data.
Size Gets the count of byte cached.
StoredOnDisk Indicates if data are stored on disk or not.

Public Instance Methods

Dispose Disposes the component and releases memory.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
SaveTo Saves the data into a the specified file.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

DataCached Class | Hevea.Core Namespace