UVM_MEM : Implementing system memory with uvm_mem

Can I implement system memory ( only for TB accesses ,I need read/write from TB components which should not be mapped to actual read/write to DUT as it happens in case of regmodel ) using uvm_mem ? .My system memory is like a dummy slave memory which I’ll load ,and when DUT initiates a read , driver will query this memory and drive the data .