Method | Description | |
---|---|---|
CacheResponse ( |
Caches the response.
|
|
ClearCache ( string pattern, System.DateTime since ) : void | ||
EntryRemovedCallBack ( System.Runtime.Caching.CacheEntryRemovedArguments arguments ) : void | ||
OpenSearchMemoryCache ( ) : System | ||
OpenSearchMemoryCache ( string name, |
Initializes a new instance of the Terradue.OpenSearch.Filters.OpenSearchMemoryCache class.
|
|
TryReplaceWithCacheRequest ( |
Tries the replace with cache request.
|
Method | Description | |
---|---|---|
CreatePolicy ( |
Creates the policy.
|
public CacheResponse ( |
||
request | Request. | |
response | IOpenSearchResponse | Response. |
return | void |
public ClearCache ( string pattern, System.DateTime since ) : void | ||
pattern | string | |
since | System.DateTime | |
return | void |
protected CreatePolicy ( |
||
item | Item. | |
request | ||
return | System.Runtime.Caching.CacheItemPolicy |
public EntryRemovedCallBack ( System.Runtime.Caching.CacheEntryRemovedArguments arguments ) : void | ||
arguments | System.Runtime.Caching.CacheEntryRemovedArguments | |
return | void |
public OpenSearchMemoryCache ( string name, |
||
name | string | Name. |
config | Config. | |
return | System |
public TryReplaceWithCacheRequest ( |
||
request | Request. | |
return | void |