The object-cache tag has no wiki summary.
1
vote
0answers
15 views
Object cache not returning results
I have a really strange problem.
I'm using object cache to faster retrieve results when using SPQuery.
My code to get items is as follows:
PortalSiteMapProvider ps = ...
0
votes
3answers
32 views
disble caching for specific page
I've set up a caching on a sharepoint site. But have one specific page that should never be cached.
How to disable caching for a specific publishing page on a sharepoint site?
Or how to flush cache of ...
0
votes
1answer
44 views
How to configure Anonymous search results cache in sharepoint?
I want that anonymous user serch first their catched query
0
votes
2answers
516 views
Difference between Object cache and output cache
I came across couple of questions in exam dumps of 70 - 667 but bit confused if someone can explain me difference between output cache and object cache in few lines and possible scenarios we use them ...
3
votes
3answers
247 views
SPSite.Exists returning true for a just deleted site collection
Short story - I have a process that creates some sitecollection, so to test it I keep deleting and recreating the same site over and over. The process includes a check with the istruction ...
0
votes
1answer
78 views
Identify Object Cache User in Web Application
Would anyone know how i could find out what user is assigned to the portal super user and portal super reader accounts for object cache?
Is there a listing in CA or something i could source up for ...
0
votes
2answers
479 views
CQWP or default list view webpart
I have bunch of document libraries for Sales site collection. These doc libs are by Year. These are going to be read only records. By default the list view displays everything. No filter needs to be ...
3
votes
2answers
283 views
What's the preferred way to cache .NET objects in SP Foundation?
I have a SharePoint 2010 Founation (farm) solution scoped at the site collection level. What I'd like to do is cache some of my custom .NET objects so that the page requests can be processed faster. ...
1
vote
2answers
261 views
Do the Portal Super User and Portal Super Reader accounts configured for accessing the Object Cache need to be Managed Accounts?
The TechNet article Configure object cache user accounts doesn't say anything about it. Does anyone know?
6
votes
2answers
841 views
Object cache in sandbox solutions
I am building a SharePoint sandbox solution which consists of multiple web parts. I want to be able to somehow cache POCO objects (Plain Old CLR Objects) in such a way that the cache is persisted ...
0
votes
1answer
322 views
SharePoint 2010 teriary navigation dissappearing on AppPool recycle &/or flushing of the object cache
I've got an issue where the tertiary level navigation randomly dissappears on a publishing SharePoint 2010 site. I can reproduce the dissappearance by recycling the app pool or flushing the object ...
3
votes
2answers
2k views
How to flush object cache in SharePoint programmatically
In SharePoint we can clear the object cache from Site Collection Administration - Site collection object cache
Is there a way to do the same programmatically?