mps.cache.Controller
R2026bManage the lifecycle of a persistence service in a MATLAB testing environment
Description
mps.cache.Controller is used to manage the lifecycle of a
persistence service in a MATLAB® testing environment. You can perform various actions such as starting and
stopping the service using the object.
Creation
Create a mps.cache.Controller object using mps.cache.control.
Properties
Object Functions
mps.cache.control | Create a persistence service controller object |
start | Start a persistence service and attach it to a MATLAB session |
stop | Stop a persistence service and detach it from a MATLAB session |
restart | Restart a persistence service and attach it to a MATLAB session |
attach | Connect MATLAB session to persistence service that is already running |
detach | Disconnect MATLAB session from persistence service that is already running |
ping | Test whether the persistence service is reachable |
version | Version number for persistence provider |
Examples
Version History
Introduced in R2018b