Hello, I got ClientCacheConfiguration in my application with java thin client like
ClientCache<String, String> cache = igniteClient.cache("CACHE_NAME");
ClientCacheConfiguration test = cache.getConfiguration();
There is ExpiryPolicy in 'CACHE_NAME'.
but I got null for test.getExpiryPolicy()
I found expiryPlc=null variable at ClientCacheConfiguration Object.
Is it bug?? or something that I have to add ??
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
