$cache public property
The cache object or the application component ID of the cache object. Compiled URL rules will be cached through this cache object, if it is available.
After the UrlManager object is created, if you want to change this property, you should only assign it with a cache object. Set this property to false
if you do not want to cache the URL rules.
public yii\caching\Cache|string $cache = 'cache'
Please login to continue.