Interface HibernateManagedCacheSupplier

    • Method Detail

      • getAllManagedCaches

        Collection<com.atlassian.cache.ManagedCache> getAllManagedCaches()
      • getManagedCache

        io.atlassian.fugue.Option<com.atlassian.cache.ManagedCache> getManagedCache​(String name)
      • getManagedCaches

        default Collection<com.atlassian.cache.ManagedCache> getManagedCaches​(Collection<com.atlassian.cache.ManagedCache> mergeWith)
        Merge the collection of Hibernate ManagedCaches with the provided collection, de-duplicating them by prefering the Hibernate one.