Questions tagged [caching]

Caching is a process that transparently stores data so that future requests for that data can be served faster.

56 questions
41
votes
2 answers

Is SPCache a farm-wide cache?

The MSDN documentation on the SPCache leaves very much to the imagination. But since it sounds interesting, I'm wondering whether it is a farm-wide cache. Does anyone know? Currently I'm caching using the System.Web.Cache, but this makes flushing…
ScarePoint
  • 975
  • 11
  • 27
8
votes
5 answers

Does SharePoint keep a local cache of opened documents?

If you open up a document from SharePoint is the file cached locally? I.e so that word can do auto save to it? One of my clients has lost the document they were working on.
Will
  • 243
  • 3
  • 6
  • 10
4
votes
2 answers

SharePoint 2010 and Caching, too aggressive?

I do a lot of testing with SharePoint 2010 across a few different browsers, regardless of which one I use (IE7, IE8 or FireFox) eventually I run into a problem where a page does not load or behaves incorrectly. To resolve the issue it usually…
MichaelF
  • 1,161
  • 2
  • 15
  • 31
3
votes
2 answers

How to avoid caching issue when using custom JavaScript and CSS deployed under Style Library not in _Layouts?

I have my css files placed under style library not in _Layouts folder. how to cache these style library assets? Please help me Thanks
1
vote
1 answer

Using SharePoint lists in DAL instead of a database (with caching)

I am planning to utilize SharePoint lists in a custom solution. I would like content managers to make updates to the lists, and then publish the changes. The lists would be accessed from DAL which creates DAL objects from list rows. DAL is…
thomius
  • 2,808
  • 8
  • 35
  • 50
0
votes
2 answers

E-Tag for If-None-Match headers in HTTP are not updated for new files

we have a solution with a Module for static files. In elements.xml we would add each file like this
eirikb
  • 7,405
  • 5
  • 35
  • 67