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.