Results 1 to 2 of 2

Thread: How to specify Time to live for client-region?

  1. #1

    Default How to specify Time to live for client-region?

    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>

  2. #2
    Join Date
    Oct 2004
    Location
    Berwyn, PA
    Posts
    57

    Default

    No. The client region is essentially a proxy to the region.
    David Turanski
    SpringSource Senior Software Engineer

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •