Method | Description | |
---|---|---|
CreateHttpJsonRequest ( |
Creates the HTTP json request.
|
|
DisableAllCaching ( ) : IDisposable |
Disable all caching within the given scope
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
ExpireItemsFromCache ( string db ) : void | ||
HttpJsonRequestFactory ( int maxNumberOfCachedRequests ) : System |
default ctor
|
|
ResetCache ( ) : void |
Reset the number of cached requests and clear the entire cache Mostly used for testing
|
Method | Description | |
---|---|---|
CacheResponse ( string url, RavenJToken data, |
||
ConfigureCaching ( string url, string>.Action |
||
GetCachedResponse ( |
||
IncrementCachedRequests ( ) : void | ||
InvokeLogRequest ( IHoldProfilingInformation sender, Func |
Invoke the LogRequest event
|
|
UpdateCacheTime ( |
public CreateHttpJsonRequest ( |
||
createHttpJsonRequestParams | ||
return |
public ExpireItemsFromCache ( string db ) : void | ||
db | string | |
return | void |
public HttpJsonRequestFactory ( int maxNumberOfCachedRequests ) : System | ||
maxNumberOfCachedRequests | int | |
return | System |