A cache is a mechanism for temporary storing (caching) documents or data, to reduce access time.

learn more… | top users | synonyms (3)

0
votes
0answers
3 views

Azure Cache locks up?

I'm trying to get a basic cache implemented but it is locking up on the create step... I have tried several methods of "creating the cache" but they all freeze on the same step (where I new up the ...
0
votes
0answers
6 views

NHibernate second level cache not working when using composite primary key?

What's the proper way to use a composite primary key in NHibernate so it will be amenable for caching? I isolate the composite primary key similar to the last part of this post: ...
0
votes
3answers
38 views

when I delete a directory in c#.net , my cache clear . Why?

I am using simple data caching in c# .NET without dependencies and I don't clear the cache anywhere. But when I delete a directory, cache is cleared completely. Why ??? List<Software> ...
0
votes
1answer
17 views

Zend Cache file

I'm using Doctrine 1.2 with Zend Framework 1 . I have a lot of controllers and I have left sidebar and right sidebar inside my layout, and I have visitors and authentication users within active ...
1
vote
5answers
42 views

Linux server: Would a cache scheme help reduce hits to 3rd-party server?

I have a situation where my Linux server will be running a website which gets some of its data from a 3rd-party server through a SOAP interface. The data isn't exactly real-time, but it does change ...
1
vote
1answer
26 views

Rails - Caching external HTTP calls

My Rails app has to make a massive amount of external http calls. Sometimes, redundant http calls to handle a request. So, I'm looking for a way to cache external http calls. The way should use memory ...
-1
votes
1answer
19 views

NHibernate caching and lazy loading providing unwanted results

I have been experiencing some major caching and lazy loading problems with NHibernate using C# and ASP.NET. It was not until we enabled caching that this begun. In many situations we have to write ...
0
votes
1answer
27 views

Cache prefetching scenario - power architecture

I'm using the asm dcbt command to touch a range of memory I know will be required for performing certain computations onto. My profiler shows a pattern of cache misses because of the sporadic access ...
1
vote
1answer
18 views

Django per-view caching: set expiry time rather than cache timeout?

I'm using Django caching with memcached and I want to use per-view caching. However I'd like to know if I can set an expiry time for the page (e.g. 4am today EST) rather than the cache timeout in ...
0
votes
0answers
15 views

ios iAds Admob cached data low memory issue

I have an iOS app that uses iAds and Admob (as a secondary provider when there are no iAds to display). I have an issue where the app is slowing down/crashing which looks like it is related to low ...
0
votes
1answer
5 views

Caching user-specific proximity searches

The situation and the goal Imagine a user search system that provides a proximity search from a user’s own position, which is specified by a decimal latitude/longitude combination. An Atlanta ...
2
votes
3answers
36 views

JQuery .html() function seems to cache unecessarily in IE

I have this small problem with my MVC program, when run with IE: I have a JQuery function which goes to a controller to get a partial view, which is loaded into a destination <div> element. ...
1
vote
1answer
17 views

Impossible to have a 304 response when using maxage header

I am trying to cache static content, I want this content is have a lifetime of one hour and the content is public, it is the same for everyone. I have the following code in my controller: $response ...
1
vote
2answers
52 views

Caching a jquery ajax response in javascript/browser

I would like to enable caching of an ajax response in javascript/browser. From the jquery.ajax docs: By default, requests are always issued, but the browser may serve results out of its cache. ...
0
votes
0answers
8 views

The type initializer for 'Nuget.Proxy Cache' threw an exception

I am getting the error The type initializer for 'Nuget.Proxy Cache' threw an exception when trying to connect to the Nuget offcial Package source. I am behind a corporate network, however I doubt the ...

1 2 3 4 5 836
15 30 50 per page