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
0
votes
1 answer

AppFabric Error ERRCA0017 SubStatus ES0006

Just installed Windows Server AppFabric 1.1 on my Windows 7 box and I'm trying to write some code in a console application against the cache client API as part of an evaluation of AppFabric. My app.config looks like the following: …
chris.house.00
  • 3,273
  • 1
  • 27
  • 36
0
votes
1 answer

AppFabric 1.1 for Windows server development with windows XP

I have installed and configured AppFabric 1.1 for Windows server on a 64 bit Windows Server 2008 R2. I want to use the caching features from my 32 bit Windows XP development machine. How do i go about installing the Cache client components onto my…
kudlur
  • 1,215
  • 3
  • 15
  • 23
0
votes
1 answer

Appfabric max object size

While caching some large objects (may be around 10mb) in Appfabric cache, it throws following exception ErrorCode :SubStatus:The connection was terminated, possibly due to server or network problems or serialized Object size is greater than…
testuser
  • 668
  • 10
  • 23
0
votes
1 answer

windows app fabric caching

I am having Windows AppFabric Caching with several named caches. Is is possible to have a separate expiration policy for each of the named caches. If it is possible, kindly let me know how this can be acheived via the configuration file. Sample…
Saravanan
  • 7,637
  • 5
  • 41
  • 72
0
votes
1 answer

Windows Server AppFabric Cache and Database synchronization

We are planning to use Windows Server AppFabric Caching for a healthcare application. We have a Patient master and other master data which we want to cache using AppFabric Cache. However we also have backend integrations setup with other…
Gaurav
  • 895
  • 3
  • 14
  • 31
0
votes
2 answers

AppFabric Cache and Windows 7

Any recommendations for running an AppFabric Cache cluster on Windows 7 professional machines? I am planning to have 3 nodes, and setup High Availability. Please suggest. The below mentioned will be my client configuration:
Thomas
  • 1,970
  • 4
  • 28
  • 59
-3
votes
1 answer

Alternate and fast option for AppFabricCache?

I am looking for a better n optimal solution who can replace AppFabricCache and improve the performance of my ASP.Net-MVC application.
atul gupta
  • 191
  • 1
  • 4
  • 16
1 2 3
10
11