Interface XWikiCacheStoreInterface

    • Method Detail

      • flushCache

        void flushCache()
      • initCache

        @Deprecated
        void initCache​(int capacity,
                       int pageExistCapacity,
                       XWikiContext context)
                throws XWikiException
        Deprecated.
        since 8.3. It does not make much sense to make this method public and it was not really doing anything for a very long time in practice (since Infinispan is the default cache inmplementation)
        Throws:
        XWikiException