azure-caching Questions
3
Solved
I realize that this might be a vague question the bequests a vague answer, but I'm in need of some real world examples, thoughts, &/or best practices for caching data for a web app. All of the ...
Wandie asked 22/11, 2012 at 19:34
7
Solved
I have a laravel (5.3) app with redis used for sessions (using predis). Everything works as long as I use a single redis node (using default approach from config/database.php). As soon as I switch ...
Tithable asked 11/12, 2016 at 20:59
3
Solved
I am trying to connect to the Preview Azure Redis Cache with the following code.
var options = new ConfigurationOptions();
options.EndPoints.Add("myname.redis.cache.windows.net", 6379);
options.Ss...
Lelalelah asked 21/5, 2014 at 3:5
2
I am trying to implement Azure cache for redis to manage session's in my application. This is working on localhost. After hosting to IIS got compile error in webconfig file.
I have created azure ...
Belt asked 8/7, 2019 at 9:27
4
Solved
Asp.net mvc 5 application web config file is
sessionState mode="Custom" customProvider="RedisSessionProvider">
providers>
add name="RedisSessionProvider" type="Microsoft.Web.Redis.RedisSes...
Arsonist asked 9/12, 2015 at 13:10
3
Solved
I'm trying to use Windows Azure Caching Preview.
I have one dedicated cache worker role, One webrole that use the former cache, and one worker role that continuously update cache.
I followed the ...
Display asked 14/8, 2012 at 13:9
1
Solved
I have a few large objects which need to be stored and fetched from cache. These objects are around 1 - 2 mb in size.
When running with localCache enabled, retrieval takes no more than a few milli...
Hipster asked 17/10, 2014 at 15:18
3
I am trying to use Windows Azure Caching to store sessions in a MVC4 application. I build a application following steps from Link but when i try to make object of DataCache using below code line.
...
Bureaucrat asked 15/5, 2013 at 8:19
3
Solved
Using VS2012 I added the caching feature from the WebRole Properties Caching Tab. Among others, it generated the following XML in web.config:
<dataCacheClients>
<tracing sinkType="Diag...
Pembrook asked 9/8, 2012 at 14:8
4
Solved
So, today I
installed the azure SDK 2.1, and
created a new project With a single WorkerRole,
got the Caching package using NuGet,
set the caching for the role to "Collocated"
Set the Host to ...
Cellulose asked 28/8, 2013 at 20:6
2
Solved
I have a problem while using Windows Azure Caching with emulator (i.e., on Local, not Cloud).
My system configurations are:
Windows 8
Visual Studio 2012 Update 1
Azure SDK and Emulator 1.8
Wind...
Dynamite asked 20/2, 2013 at 19:23
1
Is there a way, using Azure Caching, to determine if an object having a specific key exists in cache, without actually returning the object itself?
I'm currently doing something like
public bo...
Supat asked 22/11, 2013 at 21:59
1
Solved
I work on a hosted service which has Windows Azure Cache deployed on instances of the web role. The cache is enabled on production but in the compute emulator we disable it since we often experienc...
Dentation asked 7/10, 2013 at 17:50
2
Solved
The Windows Azure Caching Document says
If possible, store and reuse the same DataCacheFactory object to conserve memory and optimize performance."
Has anyone seen any metrics or any quantific...
Popular asked 14/3, 2013 at 0:30
1
In Windows Azure Caching (http://msdn.microsoft.com/en-us/library/windowsazure/hh914161.aspx), Microsoft.ApplicationServer.Caching.DataCacheException is thrown (with ErrorCode: KeyDoesNotExist), wh...
Vaas asked 27/1, 2013 at 19:12
2
Solved
Is it worth caching data from Azure Table storage with the Azure Caching Preview?
Or is the table storage fast enough in large scale applications?
Thanks
Jolynnjon asked 7/1, 2013 at 21:43
1
Solved
I'm trying to get Caching working on my Windows Azure Website. The caching is configured on one of my Worker Roles.
I used this article to get started: http://www.windowsazure.com/en-us/develop/ne...
Enid asked 5/1, 2013 at 8:4
1
Solved
I'm trying to use the Session State Provider for Windows Azure Caching on a co-located cache running on two instances of a Web role. I have a ASP.NET MVC4 project. I followed Microsofts guide on ho...
Immunoreaction asked 31/10, 2012 at 10:18
1
Solved
For my MVC4 application, run in Azure, I store the sessions in a co-located cache. As described in this How-to that Microsoft provide.
I run two small instances, and everything seems to work fine....
Rie asked 11/9, 2012 at 10:19
1
© 2022 - 2024 — McMap. All rights reserved.