Skip to content

Add Cache Skipper

Pre-release
Pre-release
Compare
Choose a tag to compare
@CMEONE CMEONE released this 09 Mar 23:28
· 42 commits to main since this 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.