Browse Source

Add Options section to the URL Forwarding System document

pull/22763/head
liangshiwei 1 year ago
parent
commit
dec0011c4f
  1. 14
      docs/en/modules/cms-kit-pro/url-forwarding.md

14
docs/en/modules/cms-kit-pro/url-forwarding.md

@ -37,6 +37,20 @@ You can create new forwardings or update/delete existing ones, in the admin side
![url-forwarding-page](../../images/url-forwarding-page.png)
## Options
### ShortenedUrlCacheOptions
`ShortenedUrlCacheOptions` is used to configure the cache settings for the URL forwarding system. Example:
```csharp
Configure<ShortenedUrlCacheOptions>(options =>
{
options.CacheAllOnStartup = true; // Cache all shortened URLs on startup
});
```
# Internals
## Domain Layer

Loading…
Cancel
Save