|
Alex Snaps Why do you mention UserType? I don't see where/how UserType would come into play here. Regardless, UserType does define disassemble and assemble methods.
But types do not directly create CacheKeys... that's not how it works. In fact a recent change (5.0 -
HHH-9840
) is to have the cache provider tell us how to build the CacheKey. Probably we need to adjust this for Ehcache RegionFactory impls.
|