Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Caching / May 2004

Tip: Looking for answers? Try searching our database.

remove single item from cache

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
paps - 06 May 2004 10:56 GMT
I use an httpModule to intercept call to object like swf, js so i can put that object in cache
        HttpCachePolicy ResponseCache=((HttpApplication) source).Context.Response.Cache
            ResponseCache.SetExpires(DateTime.Now.AddYears(1))
            ResponseCache.SetCacheability(HttpCacheability.Public)
            ResponseCache.SetValidUntilExpires(false)

but when i update some of that object (ex update to an swf) i need to invalidate the old object so the browser remove it from it's cache
how can i do this

thanks
Alvin Bruney [MVP] - 10 May 2004 02:04 GMT
the cache is implemented as a dictionary object, you may use the key to find
the object and set it to null.

Signature

Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok

>I use an httpModule to intercept call to object like swf, js so i can put
>that object in cache :
[quoted text clipped - 9 lines]
>
> thanks

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.