Enum ClientCacheExpirations
Defines the different cache expiration strategies.
Namespace: ImageVault.Client.Configuration
Assembly: ImageVault.Client.dll
Syntax
public enum ClientCacheExpirations
Fields
Name | Description |
---|---|
Absolute | Will expire the cached item when the duration is up. |
Sliding | Will expire the cached item if it has not been accessed within the cache duration. |