0
votes
1answer
43 views
How to store object (not string) in session in play framework?
I have a project for school and I have to use Java. Recently I found play framework and I want to try to use it. It's easy enough for a quick start, but I ran into a problem with s …
1
vote
2answers
57 views
Frequently Used metadata Hashmap
Are there any implementations of a static size hashtable that limits the entries to either the most recently or most frequently used metadata? I would prefer not to keep track of t …
0
votes
5answers
85 views
How to cache reading from a file .NET 2.0
I have an httpmodule that reads from a csv file for redirection rules.
However, since it's an httpmodule and it is checking on every request, I obviously don't want to read the fi …
0
votes
2answers
41 views
What is the difference between HttpContext.Current.Response and Page.Response?
I'm troubleshooting a caching issue on a set of secured pages and have realized that the Header needs to be modified for all Responses. As I put together a solution, I want to kno …
0
votes
1answer
32 views
Cached data Synchronization to Database
What are the best ways to keep data synchronized between in memory cache and the database when used in a web application? Specifically, I store large amounts of database data in an …
1
vote
2answers
39 views
Hosting static images on subdomain
What are the benefits of hosting your images on a subdomain such as "img.domain.com"? If you're not on a CDN is there any real benefit to this?
Update
So doing this with CSS and …
0
votes
1answer
38 views
Do we need cache for an array?
Hi All:
Since we're developing a web-based project using django. we cache the db operation to make a better performance. But I'm wondering whether we need cache the array.
the co …
0
votes
2answers
17 views
301 Redirect with htaccess and Cache: How to Delete Old Cache?
So after much help and research I've FINALLY been able to get the 301 redirects working via .htaccess file, but I noticed that unless I actually hit 'refresh' on my browser it will …
1
vote
1answer
25 views
How to change the locking mechanism in Alternative PHP Cache (APC)?
I recently read in a presentation on Scribd that Facebook had benchmarked a variety of locking mechanisms for APC including file locks (default), IPC semaphore locks, linux Futex l …
0
votes
3answers
31 views
/tmp/cache directory problem
Hello,
I have just started out with testing some php mvc framework
In it, it has this function that throws an error.
The cachedirectory is set to /tmp/cache from the config file
…
0
votes
3answers
51 views
cakephp + cache + formhelper inside <cake:nocache></cake:nocache> = error
in all my views i have a login/register (cake)form.
my question:
can i use the file cache engine with <cake:nocache>form</ cake:nocache>
1.) open url "www.domain.co …
0
votes
3answers
23 views
how to clear the ajax cache in ie
I'm using jquery ajax, how to clear the cache of the ajax result?
0
votes
1answer
15 views
Why is one installation of IE8 (unexpectedly) loading pages from cache, while others are not?
I have website that is ASP.NET with Forms Authentication, clicking the logout button does correctly call FormsAuthenication.SignOut() so it invalidates the cookie.
All machines in …
3
votes
2answers
36 views
Caching http handler .ashx output
Im creating an image which has some text in it, for every customer, the image contains their name and I use the Graphics.DrawString function to create this on the fly, however I sh …
0
votes
1answer
14 views
Removing Spring.Cache
Hi,
I am trying to clear the cache for my integration testing. I could find "InvalidateCache" attribute in Spring documentation, but i do not want to touch the real function and c …
