Cache that gets hit when using PrefetchPath?

Posts   
 
    
wordracr
User
Posts: 12
Joined: 16-Sep-2009
# Posted on: 28-Oct-2009 23:03:50   

I was thinking that this would speed up cases where we routinely hit the database for lookup table values. (How)Can a person go ahead and do some caching that gets hit when prefetchpaths are used?

ie: I ask for customer and the state table lookup and state is cached somehow.. it ll would go to the cache rather than the db.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 29-Oct-2009 03:33:00   

That subject is well explained here: http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=15534&StartAtMessage=0&#86615

Also take a look at the article link inside that thread.

David Elizondo | LLBLGen Support Team
wordracr
User
Posts: 12
Joined: 16-Sep-2009
# Posted on: 29-Oct-2009 19:47:58   

thanks. I had a somewhat difficult time looking through the search results on caching