您的位置:首页 > 其它

自主翻译_cache对象简介(二)

2014-07-01 10:00 176 查看

Introduction to cache object【cache对象简介】

This manual describes the various aspects of cache objects.You may also find the cache web applications Tutorial to be a useful introduction to the topic.
这本手册描述了cache object的各个方面.你也可以找cache web 应用指南的相关主题介绍.
Cache object technologies give application developers the means to easily create high performance,object-based,database applications.
Cache技术给开发者提供了非常简单的去创建高性能、面向对象的数据库应用程序.
The features of cache objects include:
Cache包含以下特点:
A powerful object model that includes inheritance,properties,methods,collection,relationship,user-defined data types and streams. 一个好的对象模型包含继承,属性,方法,链接,关联关系,用户自定义类和数据流.
A flexible object persistence mechanism that allows objects to be stored within the native cache database as well as external relational databases.
一个灵活的持久化对象机制允许对象存储在本地的cache数据库也可以是外部关联的数据库
Control over the database aspects of persistent classes including indices,constraints,and referential integrity.
数据库控制持久化类包含索引、约束和参照完整性.
An easy-to-use transaction and concurrency model that includes the ability to load objects by navigation-simply referring to an object can “swizzle” it into memory from the database.
一个简单的事务和并发模型包含加载对象的能力仅仅指的是一个对象可以“狂饮”它从数据库到内存中.
Automatic integration with cache sql via the cache unified data architecture.
动态集成cache sql通过cache统一数据架构
Interoperability with java,C++,and activeX
可交互作有java.C++和activeX
Automatic xml support
自动xml支持
A powerful ,multi-user object development environment:cache studio
一个完美、多用户的对象开发环境:cache studio【工具名称】
You can use cache objects in many ways includeing:
我可以使用cache 对象的许多方面如下:
To define the database and/or business components of a transaction processing application.
去定义一个数据库和/或业务组件的事务处理应用程序。
To create a web-base user interface using cache server pages.
创建一个基于web的页面用csp【业务中简称】
To define object-based stored procedures that are callable from ODBC or JDBC
定义基本对象存储驱动程序可是用ODBC或JDBC.
To provide object/relational access to legacy applications
提供对象/关联链接到传统应用程序
以上翻译为本人学习时所有,翻译有误请谅解
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: