Tagged Questions
The caching-application-block tag has no wiki summary.
6
votes
2answers
5k views
Cannot Access Closed Stream
I'm trying to use the Caching Application Block to cache some images (these images take a long time to render)
BitmapSource bitmapSource; ///some bitmap source already created
_cache /// Caching ...
2
votes
1answer
437 views
disable Enterprise Library Caching Application Block
We're using the Enterprise Library Caching Application Block to do caching (in memory) in our web service. Works great, no complaints.
We're starting to do some load testing, and I've been asked to ...
2
votes
1answer
795 views
How do I clear the isolated storage of another application?
Application1 uses Microsoft Enterprise Library Caching Application Block with IsolatedStorageBackingStore to cache data from a database accessed by Internet. The task is to create another Application2 ...
2
votes
1answer
266 views
How to flush all caches in process for EntLib Caching
I'd like to know if there is a way to tell the Enterprise Library Caching objects to flush all configured caches for that process to flush.
Even enumerating through all of the configured caches for ...
1
vote
2answers
143 views
Using Enterprise Library Caching Application Block in Silverlight
I have downloaded the patterns & practices Silverlight Integration Pack to use caching (Caching Application Block) in my Silverlight Application, but i tried and tried and didn't get it to work.
I ...
1
vote
1answer
33 views
How to use caching in applicationstart phase?
I am really confused to use caching. In ASP.NET Cache the cache object is global so as I understand we can reach it everywhere. But when I looked at the caching application block how can I use a ...
1
vote
1answer
419 views
Caching Application Block crashing IIS
I'm having an issue with my Dev environment where any calls to the Caching Application Block's CacheFactory cause IIS to crash. I've created a very simple web application that causes IIS to crash ...
1
vote
1answer
297 views
Programmatically configure an EntLib CAB CacheManager
Currently I'm having to include a significant chunk of XML in the app.config to get the CAB CacheManager going and I'd rather hide the configuration away in my code.
Is there any way to ...
1
vote
2answers
887 views
Caching Application Block Error
Has anyone seen this error before?
An error occurred creating the configuration section handler for cachingConfiguration: Could not load file or assembly ...
0
votes
1answer
256 views
SQLite and Caching Application Block
Has anyone used the Caching Application Block with SQLite to persist data?
I'd like to get some details.
Thanks