T
teo
I insert few objects in the Cache
and
use a callback to be notified of their removal
in this way:
Page.Cache.Insert("MyObj1",myDataTable1,.........., AddressOf
OnItemRemoval)
Page.Cache.Insert("MyObj2",myDataTable2,.........., AddressOf
OnItemRemoval)
Page.Cache.Insert("MyObj3",myDataTable3,.........., AddressOf
OnItemRemoval)
Is there a way to detect in the 'OnItemRemoval' sub
which object has been removed?
and
use a callback to be notified of their removal
in this way:
Page.Cache.Insert("MyObj1",myDataTable1,.........., AddressOf
OnItemRemoval)
Page.Cache.Insert("MyObj2",myDataTable2,.........., AddressOf
OnItemRemoval)
Page.Cache.Insert("MyObj3",myDataTable3,.........., AddressOf
OnItemRemoval)
Is there a way to detect in the 'OnItemRemoval' sub
which object has been removed?