Interface CachedStore.Manager

    • Method Detail

      • isDirty

        boolean isDirty​(java.lang.Object key,
                        java.lang.Object cached)
                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • recreateFromKey

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