EncryptedReference.CacheValid 属性
定义
获取一个值,该值指示高速缓存是否有效。Gets a value that indicates whether the cache is valid.
protected public:
property bool CacheValid { bool get(); };
protected internal bool CacheValid { get; }
member this.CacheValid : bool
Protected Friend ReadOnly Property CacheValid As Boolean
属性值
如果缓存有效,则为 true;否则为 false。true if the cache is valid; otherwise, false.
注解
缓存用于维护加密的数据。The cache is used to maintain the encrypted data.