i have things that requires processing and rarely changes except with certain events to take advantage of memcached. can i store a serial version of an object in a data field quickly?
i have things that requires processing and rarely changes except with certain events to
Share
Just
pickle(ormarshalor evenJSON) it and throw it in memcached.