Hello , I'm new of Cache .
I want to know if Cache is a good solution to get Object from database with .NetFramework .
I have see that i can interact with Cache in 3 way : - COM (but it's deprecated) - ADO.NET (but it's relational approach) - WebServices (but I need to write the WebMethod?)
So , have Cache a good method to interact as ODB with .Net ?
Thank all , Ch;
If I understand your question correctly, yes, there are ways of using Cache from the .Net framework. The next release of Cache will even have native .Net projections, in a similar way they have Java and C++ projections right now. You can definately use their COM interface, I haven't seen anywhere that this feature is deprecated.
Daniel.
