pathCache property

String pathCache
latefinal

Cache path for RouteCache This is the directory where cached responses for RouteCache will be stored when using file-based caching. The default value is 'cache' in the application root directory.

Implementation

late final String pathCache;