RE: Caching Application Block
From: Sujit D'Mello (SujitDMello_at_discussions.microsoft.com)
Date: 09/24/04
- Next message: Sujit D'Mello: "RE: Converting Java-Applet -> .NET-Applet"
- Previous message: Sujit D'Mello: "RE: PKCS7 padding is invalid and cannot be removed."
- In reply to: rainpop: "Caching Application Block"
- Next in thread: rainpop: "RE: Caching Application Block"
- Reply: rainpop: "RE: Caching Application Block"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 24 Sep 2004 07:19:03 -0700
Look at the SqlServerCacheStorage, MmfCacheStorage and SingletonCacheStorage
classes in the CAB. They all provide mechanisms to persist the cache.
Probably the one you want is SqlServerCacheStorage but that depends on your
app.
Sujit D'Mello
"rainpop" wrote:
> I tried to use CAB in my smart client application to store cache using memory
> mapped file. I want to create cache in a disk resident storage type so that
> when application closes or the pc reboots, I can still continue working on
> the data by accessing the cache. The CAB that I have downloaded stores cache
> in-memory only.
>
> Please help.
- Next message: Sujit D'Mello: "RE: Converting Java-Applet -> .NET-Applet"
- Previous message: Sujit D'Mello: "RE: PKCS7 padding is invalid and cannot be removed."
- In reply to: rainpop: "Caching Application Block"
- Next in thread: rainpop: "RE: Caching Application Block"
- Reply: rainpop: "RE: Caching Application Block"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|