Skip to content

Commit b53dbe6

Browse files
committed
Update in README.md
1 parent 2011101 commit b53dbe6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ example
8282
### CachedRequest
8383
You 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.

0 commit comments

Comments
 (0)