-
Notifications
You must be signed in to change notification settings - Fork 1
CachingStrategies
Mihael Safaric edited this page Aug 11, 2022
·
2 revisions
The library supports a few strategies for handling cache:
- no caching at all (the default strategy)
-
ETag based caching - sending previously fetched
etag
in aIf-None-Match
header - fully custom solution where a custom implementation of
HalStorage
is provided (see Custom Local Storage guide)