appfabric read through - passing parameters

問題 appfabric read through - passing parameters

  • 2012年5月14日 下午 02:23
     
     

     i have implemented the read through mechanisum but i require  parameters to be passed though to the read function so that i can pass these to a webservice to  generate the new cacheitem

    (apart from  using the key as a parameter source)

    is this possible?

    Thanks Paul

所有回覆

  • 2012年5月15日 下午 02:57
     
     

    basic serialization of the class to string  throws an exception from  appfabric  when passing as  the key

    the answer seems to be to JSON serialize the object and that passes as the key ok

    Paul