Skip to content

How to use Caffeine as Front cache #114

Closed Answered by jfialli
lyiu18 asked this question in Q&A
Discussion options

You must be logged in to vote

The schema coherence-cache-config.xsd is currently incorrect in 14.1.1.2206 coherence-cache-config.xsd to allow for caffeine-scheme. Updated front-scheme with a workaround for you.

<xsd:element name="front-scheme">
        <xsd:annotation>
            <xsd:documentation> 
                The front-scheme element contains the front tier
                cache configuration info.
                
                Used in: overflow-scheme, near-scheme
            </xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
            <xsd:sequence>
                <xsd:choice>
                    <xsd:element ref="local-scheme" />
                    <xsd:element ref="class-scheme…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by jfialli
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@lyiu18
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants