CacheInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A cache info object which notifies Teams how long an object should be cached for.
public class CacheInfo
type CacheInfo = class
Public Class CacheInfo
- Inheritance
-
CacheInfo
Constructors
CacheInfo() |
Initializes a new instance of the CacheInfo class. |
CacheInfo(String, Int32) |
Initializes a new instance of the CacheInfo class. |
Properties
CacheDuration |
Gets or sets cache duration. |
CacheType |
Gets or sets cache type. |