Skip Menu |

This queue is for tickets about the CHI CPAN distribution.

Report information
The Basics
Id: 104471
Status: new
Priority: 0/
Queue: CHI

People
Owner: Nobody in particular
Requestors: NHORNE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.59
Fixed in: (no value)



Subject: Noisy drivers not good for CGI
Not all drivers support all functions, e.g. clear() and purge(). If a call is made to that they say "not supported". Unwanted messages is not good in a CGI environment. Perhaps if would help if there were a function "supports" added to the API which will give a list or hash of features supported, so a low level function (which has no idea of the type of cache passed to it) knows not to call a noisy function.