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.