We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cebb1 commit a162500Copy full SHA for a162500
README.md
@@ -588,3 +588,13 @@ assert(executeOrder === "ORDER_SENT");
588
1. Execute `action` (if asynchronous, it will be awaited)
589
2. Call Cache API to invoke caching of `contractId`
590
3. if `refreshCommunityContract` is `true`, call Cache API to invoke caching of community contract
591
+
592
+## Pointing to different cache URLS
593
594
+```typescript
595
+import { CacheInterfaceConstants } from "verto-cache-interface";
596
597
+CacheInterfaceConstants.CACHE_API = "http://localhost";
598
599
+render();
600
+```
0 commit comments