Non-Entity Cache Integration Point

This integration point provides the ability to invalidate and re-populate no-entity caches, such as Flex Code System Setup, Dynamic Field Setup, Field Details Setup, Dynamic Record Setup. Since these no-entities are cached during application startup, this is important for scenarios where there is a mismatch between the data in the Database and in the cache.

This API invalidates the no-entity caches so that the data is retrieved from the Database and re-populates the caches.

The operations are protected by the HTTP API access restriction 'nonentity cache IP'. The integration point provides HTTP status codes as defined in the Integration Guide in section Response Messages. The endpoint is available at the following location:

http://<host>:<port>/<context-root>/nonentitycache/invalidateall

Operations

POST

This operation is available at the following location:

http://<host>:<port>/<context-root>/nonentitycache/invalidateall

When the operation is called, it invalidates all the no-entity caches.