You can also go with NHibernate and use NHibernate.Linq along with the NHibernate's memcached client that basically hooks in through configuration settings.
On Fri, Oct 2, 2009 at 11:59 AM, Dan Wierenga <[email protected]> wrote: > > -----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. > > > > > >
