WSO2 Identity Server has multiple cache layers which are used to improve performance.
...
This parameter is used to enable the cache usage for a specific cache layer. If this parameter is disabled, it means that the feature will not cache the value and depending on the feature, will either persist it in a database or not store it at all at the server level.
timeout
Note | ||||
---|---|---|---|---|
The default timeout value is 1000s. However if you want to use different timeout values, add the following configuration in the
|
When a cache entry is added to the cache instance, the start time is recorded and the entry is stored until the time exceeds the timeout value. Once the time reaches the timeout, the cache entry is evicted from the cache.
...