Browse Source

Expose a way to add custom path functions with minimal impact

pull/785/head
James Jervis 3 years ago
parent
commit
56441440e1
  1. 2
      README.md

2
README.md

@ -506,7 +506,7 @@ CacheProvider.setCache(new Cache() {
});
```
### Custom PAth Functions
### Custom Path Functions
If you want to implement you own path functions, create your PathFunction implementation.
Initializing PathFunctionFactory should only be done when your application is being initialized.

Loading…
Cancel
Save