module RST::Persistent

The Persistent-module injects Store-functions to any Object including it. @api persistent @see [Store] @example

store = MemoryStore.new
object= store.create { PersistentableObject.new }
...modify object ...
object.save

object = store.find(object.id)
object.delete

Constants

KEY_LENGTH