PC Review


Reply
Thread Tools Rate Thread

Need architectural help to implement caching

 
 
Girish
Guest
Posts: n/a
 
      4th Apr 2008
i have to implement caching in my application, can any one tell me
about the good techniques to implement caching, or provide some
architectural help , so i can use it to my application.

i want to control caching dynamically according to my configuration.

Thanks,






 
Reply With Quote
 
 
 
 
Arne Vajhøj
Guest
Posts: n/a
 
      5th Apr 2008
Girish wrote:
> i have to implement caching in my application, can any one tell me
> about the good techniques to implement caching, or provide some
> architectural help , so i can use it to my application.
>
> i want to control caching dynamically according to my configuration.


You figure out your requirements for the cache, check if there are
a quality solution available that meets those requirements, if yes then
you use that, if no you write your own.

Without knowing anything about app, data and requirements nobody here
can come with a specific recommendation.

Arne
 
Reply With Quote
 
 
 
 
Girish
Guest
Posts: n/a
 
      6th Apr 2008
On Apr 4, 10:34 am, "Peter Duniho" <NpOeStPe...@nnowslpianmk.com>
wrote:
> On Thu, 03 Apr 2008 22:20:42 -0700, Girish <gjoshi...@gmail.com> wrote:
> > i have to implement caching in my application, can any one tell me
> > about the good techniques to implement caching, or provide some
> > architectural help , so i can use it to my application.

>
> > i want to control caching dynamically according to my configuration.

>
> Your question doesn't seem all that specific to C# or .NET. However, if
> you really want to discuss that here, you should probably be a lot more
> specific about what you're doing. What are you caching? In-memory data?
> Downloaded files? What parameters do you want to control the caching?
> Lifetime? Size? Relevance? Recent use?
>
> The basic idea is: save the data somewhere, until it no longer meets your
> criteria for being retained. Without more specific details from you, it'd
> be pretty hard to advise on how specifically to design and implement the
> particular caching you want to have.
>
> Pete


Actually, I have to implement a content based website.
my requirements are to cache data by parameters(URL), each page can
have different cache time.
and i have to provide a control panel where site administrator can be
able to clear cache for the specific URL, complete page or whole
site.
or they can also able to change the cache time of a particular page.

Girish





 
Reply With Quote
 
Girish
Guest
Posts: n/a
 
      6th Apr 2008
On Apr 5, 9:39 pm, Arne Vajhøj <a...@vajhoej.dk> wrote:
> Girish wrote:
> > i have to implement caching in my application, can any one tell me
> > about the good techniques to implement caching, or provide some
> > architectural help , so i can use it to my application.

>
> > i want to control caching dynamically according to my configuration.

>
> You figure out your requirements for the cache, check if there are
> a quality solution available that meets those requirements, if yes then
> you use that, if no you write your own.
>
> Without knowing anything about app, data and requirements nobody here
> can come with a specific recommendation.
>
> Arne


Actually, I have to implement a content based website.
my requirements are to cache data by parameters(URL), each page can
have different cache time.
and i have to provide a control panel where site administrator can be
able to clear cache for the specific URL, complete page or whole
site.
or they can also able to change the cache time of a particular page.

GJ
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need architectural advice... Bobby Edward Microsoft ASP .NET 5 15th Apr 2009 11:29 AM
Need some architectural advice for designing a provider DC Microsoft ASP .NET 2 29th Aug 2007 10:03 AM
"must implement" AND "cannot implement" estebistec@gmail.com Microsoft Dot NET Framework 0 8th Aug 2005 07:03 PM
Help! Help! Help! Help! Help! Help! Help! Help! Help! Help! Help! Help! Help! -$- Windows XP Internet Explorer 2 21st Dec 2003 11:45 PM
trouble with caching or caching the trouble Hypo Microsoft ASP .NET 6 1st Aug 2003 08:11 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:53 AM.