Interface LearningCache<A,​I,​O>

    • Method Detail

      • createCacheConsistencyTest

        EquivalenceOracle<A,​I,​O> createCacheConsistencyTest()
        Creates a cache consistency test. A cache consistency test is an equivalence oracle which checks a given hypothesis against the current contents of the cache. Hence, no queries are posed to the underlying system.

        The created cache consistency test is backed by the cache contents. This method does not need to be invoked repeatedly when the cache contents change.

        Returns:
        a cache consistency test for the contents of this cache