Opened 16 years ago
Closed 16 years ago
#9740 closed (fixed)
Bad example in "CACHE_BACKEND arguments" section
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.