> -----Original Message----- > From: [email protected] [mailto:[email protected]] >On Behalf Of Adi > Sent: Friday, October 02, 2009 6:00 AM > To: memcached > Subject: Re: CLR Stored Procedure for Remove cache objects > > > I got your point, i don't want to cache the table rows. please explain > "object relational mapper"?
Microsoft's version of "object relational mapper" is LINQ (Language INtegrated Query). That's where you'd want your app to talk to the cache, not from a CLR procedure.
