Perspective Cache Keys
Perspective is stored in cache with the following keys:
Cache Key | Description |
---|---|
PERSPECTIVE_ID | Stores perspective information by perspective ID. It contains only perspective information, no information about relationships and attributes. |
CATALOG_ID__PERSPECTIVE_ID | Stores perspective information by combination of catalog ID and perspective name. It contains only perspective information, no information about relationships and attributes. |
CATALOG_ID | All perspectives which are associated with this catalog. It contains only perspective information, no information about relationships and attributes. |
PERSPECTIVE_ID__MODVERSION | Stores perspective information for specified modversion. No information about relationships and attributes. |
REL__PERSPECTIVE_ID__MODVERSION | Stores all relationships, which are defined in perspective with the provided modversion. |
ATTR__PERSPECTIVE_ID__MODVERSION__CATALOG_ID__RELATIONSHIPDEFINITIONID__DIRECTION | Stores all attributes, which are defined in perspective with the provided modversion for the specified repository and selected relationship definition. |
Copyright © Cloud Software Group, Inc. All rights reserved.