HI All,
I am writing a class library and creating some objects in this class library. The objects are created using reflection. I want to cache these objects and keep them in memory. Please sugest the best approach for the same. Since these obejct does not contain
data, I am planning to clone the object and share them with different users.
Thank you
View Complete Post