Our site uses a bunch of common objects quite often. These objects don't maintain a state; they simply provide an easy way of calling related functions. Is there a way to cache these objects as static?
My goal would be to have any calls to these clases work off one set of static cached objects. Has accomplished this in php?
Your advice will be greatly appreciated.
Thanks,
Andrew Pasetti