Is there a way to query matching keys with wild card characters? Here is the
usecase -
We have few cache defined as local and few off-heap distributed. <String,
Object>
Some business logic need to capture all cache entries whose keys having text
"January". (key='%January%')
cache.getLike('%January%')
--Sam
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/GET-with-LIKE-operator-for-keys-tp7381.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.