Interface ContentCachePersistenceStrategy

    • Method Detail

      • persistOnPartialUpdate

        void persistOnPartialUpdate​(ContentCache cache)
        Persist the specified cache in the event of a partial content update.
        Parameters:
        cache - the cache
      • persistOnCompleteUpdate

        void persistOnCompleteUpdate​(ContentCache cache)
        Persist the specified cache in the event of a complete content update.
        Parameters:
        cache - the cache
      • persistOnShutdown

        void persistOnShutdown​(ContentCache cache)
        Persist the specified cache in the event of a service shutdown.
        Parameters:
        cache - the cache
      • remove

        void remove()
        Delete any persistent cache instances created by this strategy.