EHC ❯ ehcache 2.5.7 does not support case insensitive search in cache
-
Bug
-
Status: Resolved
-
2 Major
-
Resolution: As Designed
-
-
-
drb
-
Reporter: rakacha
-
December 20, 2013
-
0
-
Watchers: 4
-
December 23, 2013
-
December 23, 2013
Description
we need to search the cache by values for our project. But on analysis, we found that we have only .eq() method to search in cache. But while testing we found that this method does case insensitive search. Please confirm if we can consider that eq() method is doing an case insensitive search.
All string operators in Ehcache search are case insensitive. This is evident from examining code in {{net.sf.ehcache.search.expression.EqualTo}}