This documentation is archived and is not being maintained.
Cache Properties
.NET Framework 1.1
The properties of the Cache class are listed here. For a complete list of Cache class members, see the Cache Members topic.
Public Properties
Count | Gets the number of items stored in the cache. |
Item | Gets or sets the cache item at the specified key.
In C#, this property is the indexer for the Cache class. |
See Also
Show:
