A way to compare IRelationPredicateBucket, IPrefetchPath2 and ISortExpression

Posts   
 
    
mihies avatar
mihies
User
Posts: 800
Joined: 29-Jan-2006
# Posted on: 20-Oct-2006 10:02:20   

Is there a way to compare IRelationPredicateBucket, IPrefetchPath2 and ISortExpression (ok, compare objects implementing those interfaces) instances content? I am building a super smart cache and need to use them as a key. I can crank up some code that will enable comparison, I just wanted to check beforhand if there is something I might use.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 20-Oct-2006 10:07:03   

I guess you'd have to do the comparison yourself.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 20-Oct-2006 10:31:48   

There's no compare logic build in. simple_smile (Supersmart cache sounds interesting simple_smile )

Frans Bouma | Lead developer LLBLGen Pro
mihies avatar
mihies
User
Posts: 800
Joined: 29-Jan-2006
# Posted on: 20-Oct-2006 11:01:05   

Otis wrote:

There's no compare logic build in. simple_smile (Supersmart cache sounds interesting simple_smile )

Ok, so i am on my own simple_smile I'll write an article (actually I have some LLBLGenPro articles in queue - not enough time unfortunatelly) about this cache thing. My goal is to eliminate as much network traffic as possible without loosing anything (internet distributed scenario over a modem)

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 20-Oct-2006 13:11:38   

Looking forward! simple_smile

Frans Bouma | Lead developer LLBLGen Pro