Enum CacheLookupResultCode
Cache Lookup Result Code.
Namespace: Gee.External.Browsing.Cache
Assembly: Gee.External.Browsing.dll
Syntax
public enum CacheLookupResultCode
Fields
Name | Description |
---|---|
Miss | Indicates a cache miss if a SafeCacheEntry and an UnsafeCacheEntry do not exist in a IBrowsingCache, or if a safe cache entry exists but has expired and an unsafe cache entry does not exist, or if a safe cache entry and an unsafe cache entry exist but have expired. |
SafeHit | Indicates a cache safe hit if a SafeCacheEntry exists in a IBrowsingCache and has not expired. |
Unknown | Indicates an error. |
UnsafeHit | Indicates a cache unsafe hit if an UnsafeCacheEntry exists in a IBrowsingCache and has not expired. |