CacheOptions is defined in the Telligent.Evolution.Extensibility.Caching.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class CacheOptions
{
TimeSpan? ExpiresAfter { get; set; }
Object SyncObj { get; set; }
Func<string[]> Tags { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ExpiresAfter | TimeSpan? | |||
| SyncObj | Object | |||
| Tags | Func<string[]> |