mirror of
https://github.com/daledavies/jump.git
synced 2026-05-06 19:45:51 +02:00
Add search functionality
This commit is contained in:
@@ -29,6 +29,11 @@ class Cache {
|
||||
public function __construct(private Config $config) {
|
||||
// Define the various caches used throughout the app.
|
||||
$this->caches = [
|
||||
'searchengines' => [
|
||||
'cache' => null,
|
||||
'expirationtype' => Caching\Cache::FILES,
|
||||
'expirationparams' => $config->get('searchenginesfile')
|
||||
],
|
||||
'sites' => [
|
||||
'cache' => null,
|
||||
'expirationtype' => Caching\Cache::FILES,
|
||||
|
||||
Reference in New Issue
Block a user