e7c68c4d | 13-Mar-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Check for cache usage first
This is important because the $cache->cache would have been set already and have no impact on the delivered result. Meaning: two different requests could have resulted in
Check for cache usage first
This is important because the $cache->cache would have been set already and have no impact on the delivered result. Meaning: two different requests could have resulted in the same result.
show more ...
|