The cache tag has no wiki summary.
1
vote
0answers
20 views
What is a SPPersistedUpgradableObject and the IUpgradable interface mean?
SPPersistedUpgradableObject is a SPPersistedObject that implements the IUpgradable interface. The MSDN is seriously lacks any documentation other than it:
Provides members for managing an ...
0
votes
0answers
77 views
Distributed Cache Service Accounts
Recently saw a health warning in my 2013 CA that stated:
The farm account is used for the SharePoint timer
service and the central administration site, it is highly privileged and should
not be ...
0
votes
1answer
78 views
assign a cache profile for authenticated users
You have a SharePoint Server 2010 server farm.
You need to assign a cache profile for authenticated users.
What should you do?
A.From Site Settings, modify the Site Collection output cache.
B.From ...
3
votes
2answers
2k views
Sharepoint 2013 Distributed Cache cacheHostInfo null
I have setup a development environment for SharePoint 2013 so we can begin testing our 2010 content, however I am running into trouble starting the Distributed Cache service. Note that this is ...
0
votes
0answers
325 views
Site Feed can't be Activated
I can't make "Site Feed" activated from Managed Site Features. It says
An unexpected error has occurred.
I get logs with
get-splogevent -starttime (get-date).addminutes(-1) | fl message >
...
0
votes
0answers
22 views
Same revision tag on style CSS on two computers, different look!
2 computers , both use IE8, 1 CSS file with same revision = 2 different look !
Told in another way. I'm having a publishing site that feed users with the same site and the same style file with the ...
1
vote
2answers
357 views
JS files returning Cached (Old) Versions Despite Update
We are currently in the wild throes of a migration from SP 2007 to SP 2010. I'm attempting to move some custom JavaScript Validation from the current production site to our staging site.
My ...
2
votes
1answer
286 views
Alternative to HttpContext.Cache within a Timer Job
A coworker of mine has created a centralized Logging utility that works throughout our SP projects. It does a good job of queuing up a large number of logs, deals with logging level, etc.
However, ...
0
votes
1answer
48 views
What can be scenarios of Blob cache suffering from sync and / or corruption issues
I was reading answer to this question
I wonder what can be possible scenarios any type of Cache in sharepoint suffering from corruption issues.
EDIT
Please only mention your personal experiences, ...
2
votes
1answer
465 views
How do you clear the list schema cache for a re-deploy without rebooting the SharePoint server(s)?
In our development environments we need to re-deploy our codebase on a regular basis. We go through a deployment process where we do the following steps (all through PowerShell):
Delete our old ...
