Skip to content

Commit

Permalink
pkp/pkp-lib#7111 Add support for configurable file caching
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jan 7, 2025
1 parent a600b05 commit a7464fa
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions config.TEMPLATE.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,16 +161,12 @@

[cache]

; Choose the type of object data caching to use. Options are:
; - memcache: Use the memcache server configured below
; - xcache: Use the xcache variable store
; - apc: Use the APC variable store
; - none: Use no caching.
object_cache = none

; Enable memcache support
memcache_hostname = localhost
memcache_port = 11211
; Default driver for Laravel-based caching. Currently supports opcache and file drivers.
; By default, the opcache is used.
; default = opcache

; Path to store cache contents for file or opcode based caches.
; path = cache/opcache

; For site visitors who are not logged in, many pages are often entirely
; static (e.g. About, the home page, etc). If the option below is enabled,
Expand Down

0 comments on commit a7464fa

Please sign in to comment.