You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| OneCallPerLocalStorage | If true, the result will be returned from localstorage if it is not expired. | false |
96
-
| OneCallPerSession | If true, the result will be returned from sessionstorage if it is not expired. | false |
97
-
| ExpireLocalStorage | The DateTime the localstorage value will be expired. | 7 days |
98
-
| ExpireSessionStorage | The DateTime the sessionstorage value will be expired. | 15 minutes |
99
-
| IgnoreCache | If true, never return a cached result. | false |
100
-
| CachedAndReplace | If true, The cached result will be returned and the cache will be refreshed for the next call. If no cache is found, the default or NULL value will be returned. | false |
101
-
| CacheWhenOffline | If true, the cached result will be returned when offline, except when IgnoreCache is true. | true |
102
-
|RetryOnJsonException| If true, If a JSON exception occurs, the cache will be cleared and the request will be retried once. This will minimize the effect if a breaking change was introduced in the JSON value.| true |
| OneCallPerLocalStorage | If true, the result will be returned from localstorage if it is not expired. | false |
96
+
| OneCallPerSession | If true, the result will be returned from sessionstorage if it is not expired. Only writes to session if this is true.| false |
97
+
| ExpireLocalStorage | The DateTime the localstorage value will be expired. | 7 days |
98
+
| ExpireSessionStorage | The DateTime the sessionstorage value will be expired. | 15 minutes |
99
+
| IgnoreCache | If true, never return a cached result. | false |
100
+
| CachedAndReplace | If true, The cached result will be returned and the cache will be refreshed for the next call. If no cache is found, the default or NULL value will be returned. | false |
101
+
| CacheWhenOffline | If true, the cached result will be returned when offline, except when IgnoreCache is true. | true |
102
+
|WriteCache| If true, Writes response to localstorage cache. | true |
0 commit comments