There is SQLDependency in .Net to operate the cache to SQL Server,
but I don't find any MySQLDependency to operate cache in MySQL.
CacheDependency can monitor files, it can clear cache when files get updated. So, i thought i can monitor one file and when MySQL's data get changed then update the file by SQL. But I get MySQL's "into outfile" can't update file. So i am puzzled.
mehulpatel98...
Member
8 Points
12 Posts
Is there any Cache Dependency in MySQL?
Dec 21, 2011 05:51 AM|LINK
There is SQLDependency in .Net to operate the cache to SQL Server,
but I don't find any MySQLDependency to operate cache in MySQL.
CacheDependency can monitor files, it can clear cache when files get updated. So, i thought i can monitor one file and when MySQL's data get changed then update the file by SQL. But I get MySQL's "into outfile" can't update file. So i am puzzled.