Simple in-memory persistence adapter for characters.
Uses ETS for storage, keyed by {module, id} to support
multiple character types with the same id.
This adapter is ephemeral - data is lost when the process stops. Use for development, testing, or short-lived sessions.
Summary
Functions
Clear all characters from memory. Useful for testing.