I have a custom object that I'm caching with AppFabric, and I changed a property name and failed to resolve that property's value with the new name. (How does AppFabric handle custom objects behind the scenes? Serialize to XML? Byte array?)
Is there some kind of internal versioning implementation that I can use, or do I need to write a validation method for the returned cached items?
(I'm fairly new to AppFabric, and no one seems to know much about it at my work. But's an approved technology that we can use.)