Interface WritableCachedStore.Manager

    • Method Detail

      • writeToStorage

        void writeToStorage​(java.lang.Object key,
                            java.lang.Object value)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • removeFromStorage

        void removeFromStorage​(java.lang.Object key)
                        throws java.lang.Exception
        Throws:
        java.lang.Exception