Cache object architecturecache对象体系结构】

Cache object technology contains the following major components:

Cache技术包含下列主要组件:

The class dictionary-A repository of class definitions(often known as metadata),each of which describes a specific class.This repository is stored within a cache database.the class dictionary is also used by the cache sql engine and is responsible for maintaining synchronized object and relational access to cache data.

类字典-类定义的存储库(常常被认为是元数据),每一个都指定了特定的类,这些存储库是存在cache数据库中的.这些类字典还使用了cache sql引擎和负责数据同步维护以即链接关联cache数据。

The class compiler — A set of programs that convert class definitions into executable code

类编译器一组类定义转换成可执行代码

The object runtime system — A set of features built into the Caché virtual machine that support object operations (such as object instantiation, method invocation, and polymorphism) within a running program

对象运行时系统--一组功能内置cache支持对象操作的虚拟机(比如对象实例化、方法调用和多态)内可运行

The Caché class library — A set of prebuilt classes that come with every Caché installation. This includes classes that are used to provide behaviors for user-defined classes (such as persistence or data types) as well as classes that are intended for direct use within applications (such as email classes).

类库一组预建的类伴随着每一个cache设备。这些类包括用来提供用户自定义类的行为(比如持久化或数据类型)以及用于直接在应用程序中使用的类(比如email)

The various language bindings — A combination of code generators and runtime components that provide external access to Caché objects. These bindings include the Caché Java binding, the Caché ActiveX binding, and the Caché C++ binding.

不同语言的整合代码生成器和远行时组件提供外部访问cache对象.整合语言包含cachejava的整合、cacheactiveX整合和cacheC++整合

The various gateways — Server-side components that give Caché objects access to external systems. These gateways include the Caché SQL Gateway and the Caché Activate ActiveX Gateway.

不同的网关服务器组件提供cache连接外接系统,这些网关包含cache sql网关和cache activeate activeX网关.

以上翻译为本人学习时所有,翻译有误请谅解