new
Method
This is a method of the Memory class in the memory module.Create a new memory with the given adapter
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
new: Create a new memory with the given adapter
This is a method of the Memory class in the memory module.Create a new memory with the given adapter
def new(adapter: impl MemoryAdapter + 'static, config: MemoryConfig) -> Self