mirror of
https://github.com/silverstripe/silverstripe-textextraction
synced 2024-10-22 11:06:00 +02:00
DOCS Fix class reference for cache class
The `lifetime` config variable is on the `Cache` class, not the `Database` class.
This commit is contained in:
parent
25d8a55058
commit
04e4b60435
@ -30,7 +30,7 @@ SilverStripe\Core\Injector\Injector:
|
|||||||
SilverStripe\TextExtraction\Cache\FileTextCache:
|
SilverStripe\TextExtraction\Cache\FileTextCache:
|
||||||
class: SilverStripe\TextExtraction\Cache\FileTextCache\Cache
|
class: SilverStripe\TextExtraction\Cache\FileTextCache\Cache
|
||||||
|
|
||||||
SilverStripe\TextExtraction\Cache\FileTextCache\Database:
|
SilverStripe\TextExtraction\Cache\FileTextCache\Cache:
|
||||||
lifetime: 3600 # Number of seconds to cache content for
|
lifetime: 3600 # Number of seconds to cache content for
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user