these two methods are in the class called "sqlhelperparametercache" class (part of data access app block).

The documentation says that the parameters sent to a stored procedure are cached . What does it mean by cached? are they stored in the RAM? because I don't find that happening.

when I first run a program (which invokes the 'cacheparameterset' method), say it stores the parameters in the RAM, according to my understanding when we run this program second time, it should be retrieving from the RAM. But I find the control calling this method again.

any ideas on this method?

thanks
nath