<configure xmlns="http://namespaces.zope.org/zope"
           xmlns:cache="http://namespaces.zope.org/cache">

    <include package="z3c.caching" file="meta.zcml" />

    <cache:ruleset
        for="z3c.caching.tests.test_registry.ITestView"
        ruleset="rule1"
        />

    <cache:rulesetType
        name="rule1"
        title="Rule 1"
        description="Rule one"
        />

</configure>
