GetOptions<T>
is defined in the Telligent.Evolution.Extensibility.Caching.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class GetOptions<T> { TimeSpan? ExpiresAfter { get; set; } Func<T,IEnumerable<string>> SecondaryKeys { get; set; } Func<T,IEnumerable<string>> Tags { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ExpiresAfter | TimeSpan? | |||
SecondaryKeys | Func<T,IEnumerable<string>> | |||
Tags | Func<T,IEnumerable<string>> |