Expiration policies for caching item- time based and notification based in AppFabric

Pertanyaan Expiration policies for caching item- time based and notification based in AppFabric

  • 29 Mei 2012 9:21
     
     

    Hi,

    i'm using Appfabric caching.

    I need  to Remove the Item in the cache based on Time Frame and  removed item and keyValue need to update in the data base .So i need to get The Item and KeyValue from the AppFabric Cache whenever it removed Automatically(Time Based Or notification based). Plz Let me Know Better way to implement this Scenario.


    Good Judgment Comes From Experience, And Experience Comes From Bad Judgment

Semua Balasan

  • 04 Juni 2012 4:45
     
     

    Hello,

    Which version of AppFabric caching are you using?

    In version V1.1, you can write a ReadThrough/Write Behind provide and override Delete method to fit your case. Documention can be found here - http://msdn.microsoft.com/en-us/library/hh361698

    Is this what you are looking for or something else?

    Thanks!