File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ example
8282### CachedRequest
8383You can give optional settings to the CachedRequest object.
8484
85- * OneCallPerSession - If true, the result will be cached in sessionstorage and not localstorage .
86- * OneCallPerCache - If true, the result will be cached in localstorage and not sessionstorage .
87- * IgnoreCache - If true, the result will never return a cached value .
85+ * OneCallPerSession - If true, the result will be returned from sessionstorage if it is not expired .
86+ * OneCallPerCache - If true, the result will be returned from localstorage if it is not expired .
87+ * IgnoreCache - If true, never return a cached result .
8888* ExpireLocalStorage - The time to expire the result in localstorage. Default is 7 days.
8989* ExpireSessionStorage - The time to expire the result in sessionstorage. Default is 15 minutes.
9090* CachedAndReplace - If true, The cached result will be returned and the cache will be refreshed for the next call.
You can’t perform that action at this time.
0 commit comments