RemoveFromCache - how it behaves?

Hello,
I need some help understanding how event cache works. In the docs it says "Also if you filter by event data, you are free to send only a part of the data. For instance, if you use a Hashtable as event data, you can remove events only by specifying one or more key/value pairs."

What if I don't use Hashtable? Or is Hashtable the only option if I want to filter by data?

Thank you

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @webmonch,

    Thank you for choosing Photon!

    I think Hashtable (or similar key/value store like Dictionary maybe) are the only supported data types for this kind of data filter.
    Feel free to experiment and try this.