+ add support for expiration attributes
This commit is contained in:
Costin Leau
2011-08-17 18:46:10 +03:00
parent d4870d0316
commit a9a7286f2d
9 changed files with 194 additions and 42 deletions

View File

@@ -15,6 +15,12 @@
<gfe:disk-dir location="./" max-size="1"/>
</gfe:disk-store>
<gfe:region-ttl timeout="300" action="DESTROY"/>
<gfe:region-tti timeout="400" action="INVALIDATE"/>
<gfe:entry-ttl timeout="100" action="DESTROY"/>
<gfe:entry-tti timeout="200" action="INVALIDATE"/>
<gfe:eviction type="ENTRY_COUNT" threshold="50" />
</gfe:replicated-region>