Re: Keeping The ERXEnterpriseObjectCache

2011-06-06 Thread Kieran Kelleher
If the lists are actually full tables in the database then there is an entity setting in the Eomodel "Cache in Memory" Regards, Kieran. (Sent from my iPhone) On Jun 5, 2011, at 11:10 AM, Kevin Hinkson wrote: > Hi all, > I've just started using ERXEnterpriseObjectCache to hang onto some small

Keeping The ERXEnterpriseObjectCache

2011-06-05 Thread Kevin Hinkson
Hi all, I've just started using ERXEnterpriseObjectCache to hang onto some small lists from the database. I've been throwing these lists in static (EO) class variables. I've baked a few functions into my entity base class templates for auto caching lists so I figured I should ask around about th