Description
I'm writing memcached CacheController. I've meet a problem. If result of a queryForObject is null, CacheModel tries to store NULL_OBJECT on cache. But NULL_OBJECT is not serializable so memcached client throws "IllegalArgumentException: Non-serializable object".
NULL_OBJECT should be Serializable.