The official name of the database technology is InterSystems Caché.

But sometimes people are lazy, or they have no é letter on the keyboard and use Cache in their articles, questions and answers in the meaning of Caché.

Which can be confusing when you try to search the Internet looking for the information on DBMS Caché and find information about memory cache.

I always try to search for 'InterSystems Caché' or 'InterSystems cache' to get relevant search results.

Hi, Nael!

Have you seen this demo: http://37.139.4.54/ClassExplorer/?

After installation just open the URL:  http://yourserver:57772/ClassExplorer/

and it should work.

Regarding you second question on CSP :

/ClassExplorer web app is REST web app, which can be determined once the web app has Dispatch class (ClassExplorer.Router in this case).

If so this app only serves the REST URLs which are listed in dispatch class URL map.

Hope this helps.

Hi, Amir!

I use CacheUpdater to keep plenty of virtual machines (f.e. 30+ virtual machines) up to date with the certain set of Caché Utilities, which can be updated just with Caché classes download from github repo and compile.

CachéGithubCI is continuous integration tool for development with Github repositories as Eduard already mentioned.