how to implement file based data caching
Hi,
Today i was implementing file base data caching. and write the code
cache.insert("b", ds, new cachedependency("E:/baba.xml)
But when i modified the xml file cache not drop. Tell me how to implement file based caching when xml file modified cache drop.