On Wed Nov 07 18:37:23 2012, ZUMMO wrote:
Show quoted text> Storing complex structures,like hashes, should be done
> with ->freeze/thaw instead of ->set/get.
>
Hi Alessandro,
What module are you using for caching?
The documentation of Geo::Coder::Many clearly states that whatever
caching module you are using should provide get(), set() and remove()
methods. It does not currently state that those methods should deal
correctly with references - I will update the documentation accordingly
shortly.
I recommend you use the CHI module (and I will update the documentation
to mention that too) as that provides get() and set() which will
correctly deal with serialization of reference-based data structures.
If you can provide me any other information that would be very helpful.
Thanks,
- Alex