The FileCache type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AccessTimeout |
Waiting time gain access to the file of cache entry. After this time, if the file entry are not available, an exception is thrown.
| |
| BufferAccessTimeout |
Waiting time gain access to the buffer.
| |
| BufferSize |
Memory buffer size (Kb).
| |
| CachePath |
Cache storage path.
| |
| DefaultCacheCapabilities |
Gets a description of the features that the cache provides.
(Overrides ObjectCache DefaultCacheCapabilities.) | |
| DefaultPolicy |
Default cache policy.
| |
| DefaultRegion |
Default region name.
| |
| Item |
Gets or sets a value in the cache by using the default indexer property for an instance of the [F:FileCache] class.
(Overrides ObjectCache Item String .) | |
| Name |
Gets the name of the cache.
(Overrides ObjectCache Name.) |
See Also