Opened 16 years ago
Closed 16 years ago
#9740 closed (fixed)
Bad example in "CACHE_BACKEND arguments" section
Reported by: | djw | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The second example in the section CACHE_BACKEND arguments is not a good one, as memcached doesn't support the max_entries argument. It would be better to switch this to locmem, db, or filebased.
Note:
See TracTickets
for help on using tickets.
(In [9556]) Fixed #9740 -- Updated and correct usage of max_entries in cache documentation.