Hi, I am testing my custom CacheStoreFactory. It worked fine previously on my local dev machine. After I changed this class and run it, I got `java.io.InvalidClassException: xxx.CacheStoreFactory; local class incompatible: stream classdesc serialVersionUID = 7199421607011991053, local class serialVersionUID = -7841220943604923990`
Is it the previous serialized class cached somewhere and incompatible with the new one? I only have this single node. There is no other nodes. Another question is I try to understand why CacheStoreFactory and CacheStore are serialized to newly joined node. Does it mean if I changed their implementation and release the changes to a new node, the new node will still perform as the old one? Very appreciate any help. Thanks, Ken
