All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cacheWorker.src.main.config.cache.xml Maven / Gradle / Ivy

<?xml version="1.0"?>
<!DOCTYPE cache PUBLIC
    "-//GemStone Systems, Inc.//GemFire Declarative Caching 6.6//EN"
    "http://www.gemstone.com/dtd/cache6_6.dtd">
    
<cache>
    <region name="exampleRegion">
        <region-attributes>
            <entry-idle-time>
                <expiration-attributes timeout="10" action="destroy" />
            </entry-idle-time>
            <cache-listener>
                <class-name>cacheworker.SimpleCacheListener</class-name>
            </cache-listener>
        </region-attributes>
    </region>
</cache>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy