added an important note about cache_path since we may force file based caching for larger files instead using the configured adapter

This commit is contained in:
HB9HIL
2026-02-01 20:38:29 +01:00
parent a1a6342cb6
commit a19a79360e

View File

@@ -390,6 +390,12 @@ $config['error_views_path'] = '';
| CodeIgniter supports multiple cache adapters to improve application performance
| by storing frequently accessed data.
|
| Important Notice:
| There might some places where Wavelog forces the file adapter instead using the configured one.
| This happens when caching for large files like images or comparable data is needed. So even
| when you configure another adapter here, Wavelog might still use file caching in some places and respects
| the configured cache path for that.
|
| 'cache_path'
| Directory path for file-based caching. Leave BLANK to use the default
| application/cache/ directory. Use absolute paths with trailing slash.