We can cache it as the full object, but that means we have to use the processing power to marshal and unmarshal the object again, which is part of what we're using the cache to avoid. We've seen significant CPU usage improvements using this cache system so far against production simulated requests, however without invalidation it obviously isn't going to be viable.
So there's no way to retrieve by a secondary key with ignite cache? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Secondary-Key-for-ignite-cache-tp9242p9279.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
