Application Programming Interface Guide > Web Services Operations > Operations Reference > clearIntrospectableResourceIdCache
 
clearIntrospectableResourceIdCache
Clear an existing data source resource identifier cache.
Resource identifier caches are created on a data source or reused when getDataSourceResourceIdentifiers is called. The cache contains all known native resources within a data source.
One such cache exists per data source per set per data source user.
The data source user associated with TDV session is used. For non-dynamic data sources, this user is the user specified in the data source connection parameters. For dynamic data source, this is the TDV session user that is passed to the data source.
Location
/services/webservices/system/admin/resource/operations/
Request Elements
path: The path of the data source.
Request Example
<resource:clearIntrospectableResourceIdCache xmlns:resource="http://www.compositesw.com/services/system/admin/resource">
<resource:path>/shared/examples/ds_inventory</resource:path>
</resource:clearIntrospectableResourceIdCache>
Response Elements
N/A
Faults
IllegalArgument: If the path is malformed.
NotFound: If the data source or any portion of the path to the data source does not exist.
Security: If the user does not have READ access on all items in path other than the last one.
Security: If the user does not have WRITE access to the last item in path.
Security: If the user does not have the ACCESS_TOOLS right.