Questions tagged [shared-cache]
23 questions
0
votes
1 answer
Shared HTML5 offline cache within a local network?
Ok, so I know that HTML in itself isn't done yet, and I've done my fair share of reading for HTML5's offline modes.
Here's the question:
Can I set up an offline app in such a way that the entire system works offline, and SHARES a cache (or an XML…

Abhishek
- 4,190
- 11
- 39
- 52
0
votes
1 answer
How to configure size of shared-cache in SQLite?
SQLite provide a shared-cache mode (https://www.sqlite.org/sharedcache.html) which will help to reduce cache size among multiple connections within a process. But how to configure the size of the shared cache? I've tried PRAGMA cache_size =…

qiuxiafei
- 5,827
- 5
- 30
- 43
0
votes
1 answer
Synchronize access to keys stored in distributed cache (SharedCache)
In my project I am using SharedCache as a distributed caching mechanism. There are multiple instances of a service deployed in webfarm which accesses this cached data. The data which is cached is transient and can have updates. I would like to know…

Nilesh Gule
- 1,511
- 12
- 13
0
votes
0 answers
JPA find() and refresh() without shared cache
I wonder if these methods are equivalent when shared cache is disabled:
@Stateless
public class EntityService
{
@PersistenceContext
private EntityManager em;
public T findEntity1(Class clazz, long id)
{
return…

Michele Mariotti
- 7,372
- 5
- 41
- 73
0
votes
1 answer
Handling of notifications arriving at the LocalCache with Windows Azure Cache Service
I'm trying to set up a localCache to augment the Windows Azure Cache Service instances on my WindowsAzure site. To prevent object staleness, I'm setting up clientNotifications, and I'm going to poll every 30 seconds (or less) for updates coming from…

Jarvis
- 681
- 8
- 33
0
votes
1 answer
Able to use CreateRegion in windows azure shared caching
I am using windows azure caching perview and i am using the windows azure shared caching in it.
With different cache service and not In-Role cache.
Though the following link says we cannot use the Regions in shared…

Rusty
- 1,303
- 2
- 14
- 28
0
votes
1 answer
How to configure local cache for testing
I'm working with Azure shared cache. In the development process I need to write a lot of data which takes time.
Is it possible to configure the worker-role to write to a local cache?

socksocket
- 4,271
- 11
- 45
- 70
0
votes
3 answers
Switch the cocos2d retina display background in runtime.
I've a background in my app, but clicking on a button should change it and use a different one.
I cannot add all of them in the sharedTextureCache because each one has a size of >16MB in the cache, and I've 30 different backgrounds.
What's the best…

nano
- 2,511
- 4
- 25
- 42