Hi there, When I am using cache.get(key) operation to find some value. I notice that if the key is not exist (neither no record in the database too), the performance is really slow: about 830ms to return the null result; BTW, I have set read through and write-behind for this cache, also I add near cache configurations when create this cache.
Is it a bug? Cheers, Kevin
