I am using Ajaxpro version 5.11.24.1 and i used [AjaxServerCache(300)] to cache my ajax method output for 5 min after the last time it is accessed. But the cache expires after 5 min from the first time it is accessed, in case of data cache in asp.net the cache will expire after 5 min from the last time the method is called. is there some thing i should do?
the other question is i have a method with signature like [AjaxMethod] [AjaxServerCache(300)] public DataTable getTable(string current, int count) inthis case it caches for each different parameter of getTable mathod. how can i access a particular cache object? eg cache["current1"+"count1"]? regards, Ash. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info -~----------~----~----~----~------~----~------~--~---
