IFastCacheCustomOperation Interface

By using the IFastCacheCustomOperation interface, you can get the external attributes and their values. You must configure the implementation class by using the com.tibco.mdm.fastcache.customattribute.implementation.class property. You can merge the property with ECM.ear or add it to the application server classpath.

The IFastCacheCustomOperation interface contains the following two methods:
  • getAttributes: returns the custom attributes for the specified repository name and an enterprise, which must be created at the server startup.
  • getValue: returns the value of the specified product ID and extension. This method is invoked whenever a golden copy record is added or updated in golden record cache.

For details on IFastCacheCustomOperation interface, click the Help icon in the TIBCO MDM application. In the Contents section, click API Reference > Java API Reference Pages, and click the Java API Reference link in the left pane. The detailed description of each class and method is displayed in the right pane.