cakephp2-php8/lib/Cake/Cache
mark_story 7f68699fcd Fix return values in Cache.
The documentation indicates that false/or the value will be returnned.
Using both null and false to indicate failure is confusing.  Use only
false to indicate failure.  It might be better in the future to use
exceptions for trying to read/write on missing cache configs.
2011-11-29 23:17:17 -05:00
..
Engine Fix issue writing to file cache 2011-10-18 21:21:05 -04:00
Cache.php Fix return values in Cache. 2011-11-29 23:17:17 -05:00