mps.cache.control
R2026bCreate a persistence service controller object
Syntax
Description
creates a persistence service controller object using a connection to a persistence service
specified by ctrl = mps.cache.control(connectionName,Provider,'Port',num)connectionName, a persistence provider specified by
Provider, and a port number num for the
service.
You cannot compile and deploy this function on the server. This function is available only for testing.
creates a persistence service controller object that uses a folder specified by
ctrl = mps.cache.control(connectionName,Provider,'Folder',folderPath)folderPath as a database.
Use this syntax when you want to use MATLAB® as a persistence provider for testing purposes.
You cannot compile and deploy this function on the server. This function is available only for testing.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018b