RelativeTimeExtensions class¶
Defined in
Namespace: ReactiveMarbles.CacheDatabase.Core
Assembly: ReactiveMarbles.CacheDatabase.Core.dll
Full name: ReactiveMarbles.CacheDatabase.Core.RelativeTimeExtensions
Modifiers: public static
Summary¶
A set of extension methods that assist with setting expiration times
based on increments from the current time.
Applies to
netstandard2.0
Methods¶
| Name | Summary |
|---|---|
| static Insert | Inserts a item into the cache. |
| static InsertObject | Inserts a item into the cache. |
| static DownloadUrl | Downloads the specified url if there is not already a entry in the cache. |
| static SaveLogin | Saves a username and password. |