首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

cache xml,该如何处理

2012-01-01 
cache xmlCache.Insert( Key4 ,设定Cache依赖项为XML文件 )newSystem.Web.Caching.CacheDependency(S

cache xml
Cache.Insert( "Key4 ",   "设定Cache依赖项为XML文件 ");
                new   System.Web.Caching.CacheDependency(Server.MapPath( "CacheXMLFile.xml "));


"CacheXMLFile.xml "   这个文件的格式怎么写?请给个DEMO,谢谢

[解决办法]
任何符合xml规范的内容,

<root> ok </root>

热点排行