56
58
/* Use find_if instead of foreach so that we can collect return codes */
57
59
QueryCaches::iterator iter=
59
61
IsCachedIterate(session));
60
62
/* If iter is == end() here, that means that all of the plugins returned
61
63
* false, which in this case means they all succeeded. Since we want to