Is there a way to specify Time to live when using <gfe:client-region>?
I want to do something like below for <gfe:client-region>.
Code:<gfe:replicated-region id="region"> <gfe:cache-listener> <bean class="com.test.CacheLogger"/> </gfe:cache-listener> <gfe:entry-ttl timeout="1200" action="INVALIDATE"/> </gfe:replicated-region>


Reply With Quote