Questions tagged [datacachefactory]

4 questions
6
votes
2 answers

AppFabric DataCacheFactory() initialization hangs in VS2013, works fine in VS2010 and VS2012

I have an application that has been working for a while. I tried running it with VS2013 and it hangs on a line where it tries to initialize a DataCacheFactory object. The same code works fine with VS2010 and VS2012. private static…
mcolegro
  • 559
  • 5
  • 18
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…
1
vote
0 answers

System reset(crash)during PL353 NAND controller initialization when Data-Cache is enabled in CR4 based system,

I have come across a system crash during the PL353 NAND controller initialization, if D-cache enabled in cortex-r4 based micro controller. The NAND chip interfaced with ARM’s PL353 Static Memory Controller, and SMC is connected to main matrix bus…
0
votes
1 answer

What is the best way to manage the DataCacheFactory object in a web application?

It says it is the best practice to instantiate one single instance of DataCacheFactory object per execution thread. I am implementing AppFabric caching in a web asp.net application.
dexter
  • 7,063
  • 9
  • 54
  • 71