updated documentation for cacheType
This commit is contained in:
parent
bc933d49b3
commit
562a8de4d8
1 changed files with 5 additions and 7 deletions
|
|
@ -94,13 +94,11 @@
|
||||||
#"webServerPort" : 80,
|
#"webServerPort" : 80,
|
||||||
|
|
||||||
# What kind of cache do you wish to use? Available types are
|
# What kind of cache do you wish to use? Available types are
|
||||||
# WebGUI::Cache::FileCache, WebGUI::Cache::Database, and
|
# WebGUI::Cache::FileCache and WebGUI::Cache::Database.
|
||||||
# WebGUI::Cache::Memcached. We highly recommend the file
|
# We highly recommend the database cache if you are running
|
||||||
# cache if you're in a single server environment, and the
|
# sites with more than a few hundred pages, or if you're
|
||||||
# database cache if you have multiple web nodes. Memcached
|
# running in a multi-server environment. The file cache is better
|
||||||
# is experimental and is slower and buggier than the other
|
# for very small sites.
|
||||||
# two, so should only be used if you know what you're
|
|
||||||
# doing.
|
|
||||||
|
|
||||||
"cacheType" : "WebGUI::Cache::FileCache",
|
"cacheType" : "WebGUI::Cache::FileCache",
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue