Questions tagged [appfabric-cache]

AppFabric Cache is an in-memory distributed cache available on Azure or on Windows Server.

Microsoft Windows Server AppFabric, formerly codenamed “Velocity,” provides a distributed cache that you can integrate into both Web and desktop applications.

Some features :

  • Nuget Client package
  • Cache Notifications
  • Local cache
  • Concurrency Methods
  • Eviction & Expiration
  • High Availability
  • Encryption & Security features

More info

157 questions
18
votes
3 answers

Troubleshooting AppFabric Scaling Issues (Intermittent ErrorCode:SubStatus Errors)

We've implemented AppFabric Windows Server Cache for our web application. Initially, we were able to use the cache without any issues. We then increased traffic roughly 100 fold, and began experiencing intermittent exceptions. The exceptions…
HOCA
  • 1,073
  • 2
  • 9
  • 20
12
votes
3 answers

Is AppFabric for Windows Server still being developed?

After finding out that the caching API is severely divergent depending if you're targeting Windows Azure or Windows Server, I'm concerned that Microsoft isn't going to continue to develop AppFabric for Windows Server. Does anyone know if AppFabric…
Jim
  • 4,910
  • 4
  • 32
  • 50
11
votes
7 answers

AppFabric ErrorCode:

I have installed AppFabric on the server. I have created a cluster of a single computer . I have also create a cache named "Gagan". used the following commands in order Use-CacheCluster -Provider xml -ConnectionString…
Gagan
  • 5,416
  • 13
  • 58
  • 86
10
votes
1 answer

What's the advantage of Read-through, write-behind over cache-aside pattern in AppFabric?

In cache-aside as well as Read-through patterns, in both the patterns we need to write code to write to the database. So whats the real advantage of read-through,write-behind approach?Please clarify my doubt.
dineshd87
  • 141
  • 1
  • 2
  • 9
9
votes
2 answers

InProc vs. AppFabric session state with single web server

I have an ASP.Net MVC application which makes significant use of session to save state (including large data collections). At present, it is hosted on a single web server. The session is set to the default of InProc. An issue arises whereby the…
Andy Thomas
  • 1,367
  • 2
  • 14
  • 30
6
votes
2 answers

Import PowerShell module after install

I'm working on automating an AppFabric installation using PowerShell, and I've run into a problem where the script is calling the installer, waiting for it to complete, but I am unable to import the installed modules after from the same context.…
lukiffer
  • 11,025
  • 8
  • 46
  • 70
5
votes
1 answer

Caching MVC views in AppFabric manually

I am trying to recreate most of the functionality of the OutputCache action filter in MVC 4 by caching view result objects myself. The reason I don't want to use the OutputCache action filter is because I can't use it with AppFabric and partial…
5
votes
2 answers

AppFabric Cache errors

The AppFabric Cache in our production crashes almost every day, and is highly unstable. The below errors are logged: Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode:SubStatus:There is a temporary failure. Please retry later. …
Thomas
  • 1,970
  • 4
  • 28
  • 59
5
votes
2 answers

Creating a High Availability AppFabric Cache Cluster

Is there anything aside from setting Secondaries=1 in the cluster configuration to enable HighAvailability, specifically on the cache client configuration? Our configuration: Cache Cluster (3 windows enterprise hosts using a SQL configuration…
HOCA
  • 1,073
  • 2
  • 9
  • 20
4
votes
2 answers

Monitoring AppFabric Cache

I have a HighlyAvailable AppFabric cache setup across 3 servers (AppFabric 1.1). I want to monitor the local cache on each server and, if it is down for any reason start it back up. Problem The problem is permissions - I wrote a Powershell script…
MattW
  • 12,902
  • 5
  • 38
  • 65
4
votes
0 answers

Tcp error 995 during DataCacheFactory.GetCache

When I call the GetCache("cachename") on my DataCacheFactory to access my Windows Server AppFabric Cache 1.1, an exception occures in my Wcf trace. The cache object returned is ok, I can use the cache and everything seems to be ok. What could be the…
pexxxy
  • 489
  • 1
  • 6
  • 17
4
votes
1 answer

How to identify Windows AppFabric service is running or not programatically?

Does anybody know how to check whether Windows Server AppFabric caching service is up and running programmatically? If the AppFabric service is down, it will throws an exception. That is a very expensive process, therefore I need to check if the…
Telan Niranga
  • 437
  • 3
  • 10
4
votes
1 answer

Appfabric Caching - Serialization

I could not find an answer to this simple question. What kind of serializer is used in AppFabric Caching ? Thanks,
Cybermaxs
  • 24,378
  • 8
  • 83
  • 112
3
votes
3 answers

AppFabric unable to create a DataCache (LMTRepopulationJob FAILS)

Well first of all, I am learning sharepoint 2013 and I have been following a few tutorials, so far I just setup a farm and everything seems to be working properly except for this service that is being logged into the event viewer every 5…
3
votes
1 answer

AppFabric : Is there any difference between default and named cache?

Is there any difference between default and named cache in AppFabric? It seems that the msdn documentation : http://msdn.microsoft.com/en-us/library/ee790985%28v=azure.10%29.aspx does not seem to refer to any differences. The reason I am asking this…
simpleusr
  • 354
  • 4
  • 23
1
2 3
10 11