This documentation is for the old version. Go to the latest Graphics Mill docs

FileCache Methods

The FileCache type exposes the following members.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAbsolutePrivateCachePath

Prepends the physical path of the private cache folder to the specified file name.

Public method GetAbsolutePublicCachePath

Prepends the physical path of the public cache folder to the specified file name.

Public method GetHashCode (Inherited from Object.)
Public method Static member GetInstance

Returns an instance of the FileCache class.

Public method GetPrivateTempFileName Overloaded.

Generates an unique temporary file name for the private cache.

Public method GetPublicTempFileName Overloaded.

Generates an unique temporary file name for the public cache.

Public method GetRelativePublicCachePath

Prepends the relative path of the public cache folder to the specified file name.

Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RegisterPrivateTempFileName

Registers the file of directory name in the private cache.

Public method RegisterPublicTempFileName

Registers the file of directory name in the public cache.

Public method ToString (Inherited from Object.)

See Also

Reference