Summary
Set of extension methods that provide Http functionality to the
IBlobCache
interface.
- Namespace
- Akavache
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["HttpMixinExtensions"]
class Type type-node
Syntax
public static class HttpMixinExtensions
Methods
Name | Value | Summary |
---|---|---|
DownloadUrl |
IObservable |
Download data from an HTTP URL and insert the result into the
cache. If the data is already in the cache, this returns
a cached value. The URL itself is used as the key.
static
|
DownloadUrl |
IObservable |
Download data from an HTTP URL and insert the result into the
cache. If the data is already in the cache, this returns
a cached value. An explicit key is provided rather than the URL itself.
static
|
DownloadUrl |
IObservable |
Download data from an HTTP URL and insert the result into the
cache. If the data is already in the cache, this returns
a cached value. An explicit key is provided rather than the URL itself.
static
|
DownloadUrl |
IObservable |
Download data from an HTTP URL and insert the result into the
cache. If the data is already in the cache, this returns
a cached value. The URL itself is used as the key.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|