MySQLDirect.net support CacheDependency?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
brown
Posts: 11
Joined: Sun 15 Oct 2006 12:56

MySQLDirect.net support CacheDependency?

Post by brown » Thu 12 Jul 2007 17:07

Does MySQLDirect.net support ASP.net 2.0 CacheDependency for application caching similar to how SQL Server does?

If so, what version and where is documentation?

thanks

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 13 Jul 2007 08:57

Does MySQLDirect.net support ASP.net 2.0 CacheDependency for application caching similar to how SQL Server does?
Yes.
If so, what version and where is documentation?
Please take a look at the MySqlCacheDependency class in our documentation. We also have sample project for this feature. You can check it out also.

brown
Posts: 11
Joined: Sun 15 Oct 2006 12:56

Post by brown » Fri 13 Jul 2007 13:16

There is no reference to MySqlCacheDependency in my documentation and nothing found when searching google.

Again:
What version of MySQLDirect has it?
Where is documentation?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 13 Jul 2007 14:24

The version is 4.x. What is your version?
The documentation is in this folder: "%ProgramFiles%\CoreLab\MySQLDirect.NET2\Doc\"

Post Reply