Hy,
my memcached show curious behaviour.
First, some arrays contain model objects which i set with
CACHE.set("key", value)
are cached ok but when i want to get back this value in another action
in the same controller i get a nil object.
The myterie is that i get the correct object array back when i type
the code
puts CACHE.get("key")
in the irb console of my project
Another Problem is almost the same.
Cache object array is ok but the irb console get
MemCache failure: undefined class/module 'modelname'
The mystery in this case is that this worked yesterday.
I think this is a bug but i cannot resolve it.
Can somebody help me?
subsonnic
--
To unsubscribe, reply using "remove me" as the subject.