Flourish PHP Unframework
This is an archived copy of the forum for reference purposes

quick fCACHE question

posted by chemdream 7 years ago

Does fCache's get() return the serialized value, or does it array/object it?

If it is serialized, what do you guys think the fastest method is to turn that into an object?

Just use unserialize?

Thanks!

I believe the value is returned in the exact same format it is set in. The serialization should be transparent to the developer.

posted by wbond 7 years ago