Add Cache Skipper
Pre-release
Pre-release
Now, there is an option in get
to skip the cache. The second parameter of get
is a boolean starting as false
, but when true
, bypasses the cache, makes the fetch request, and then returns the result without caching. If the developer wants to get from the cache only or set to the cache only, they need to use the getCachedPage
and setCachedPage
methods according to the standard defined in get
, as the use-case for this degree of cache selectivity is extremely rare.