mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
366224078b
False values were indistinguishable from cache misses. This patch solves this by introducing a new multiple-return-value varation on cache->get(). The new method is named differently so as not to break a public API.