Soft Reference Entry Cache REST Endpoints

Soft Reference Entry Cache
The Soft Reference Entry Cache is a Directory Server entry cache implementation that uses soft references to manage objects to allow them to be freed if the JVM is running low on memory.
Add, Search, Compare or Delete Soft Reference Entry Cache
Method: post
Path: /rest/v1/admin
Delete a Soft Reference Entry Cache by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Soft Reference Entry Cache by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Soft Reference Entry Cache by DN
Method: patch
Path: /rest/v1/admin/{dn}