CacheParameter Members
Include Protected Members
Include Inherited Members
Specifies the possible parameters for creating a cache.
The CacheParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CacheParameter | Instantiates a CacheParameter object. |
Top
Properties
Name | Description | |
---|---|---|
lifetime | Gets or sets the default retention period for items in the cache. | |
maxCacheSize | Gets or sets the maximum size of the cache, in bytes. | |
objectType | Gets the type of object that is to be cached. | |
priority | Gets or sets the default PriorityType for items in this cache. | |
serviceName | Gets the name of the calling service. |
Top