J
Jane204
Hi,
How to cache a generic method (not a webmethod) within a class?
Thanks a lot!
Jane
How to cache a generic method (not a webmethod) within a class?
Thanks a lot!
Jane
Jane204 said:How to cache a generic method (not a webmethod) within a class?
Jon Skeet said:What exactly do you mean? Can you give an example of what you want?
Jane204 said:Jon Skeet [C# MVP] <[email protected]> wrote in messageWhat exactly do you mean? Can you give an example of what you want?
Hi,
class Test{
// I want to cache just the following method
void foo(){
// do something
}
}
Thanks.
Jane