Skip to content

Commit a162500

Browse files
committed
Update readme
1 parent 79cebb1 commit a162500

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,3 +588,13 @@ assert(executeOrder === "ORDER_SENT");
588588
1. Execute `action` (if asynchronous, it will be awaited)
589589
2. Call Cache API to invoke caching of `contractId`
590590
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

Comments
 (0)