This overview has shown how to configure and use JCS.
本文概述如何配置和使用JCS。
Configuring JCS is as simple as creating and populating a cache.ccf file.
配置JCS就是简单地创建和填充一个cache . ccf文件。
After retrieving the JCS instance, you can invoke the most needed methods.
检索JCS实例后,可以调用最需要的方法。
With JCS, you can store cached data in different data regions that you specify.
使用JCS可以在各种指定的数据区域中存储缓存数据。
Retrieving a cached object is as simple as using the get method provided by JCS.
检索缓存对象只不过是使用JCS提供的get方法。
The previous classes demonstrate how straightforward caching objects with JCS is.
前面的几个类展示了使用JCS缓存对象是很简单的。
A good way to learn the basics of JCS is to view the API's most commonly used methods.
学习JCS基础知识的一个好方法是查看API最常用的方法。
Troubles of JCS-018 machine tool is analysed, the solving methods are introduced.
针对JCS- 018机床出现的故障进行了分析,并介绍了解决对策。
This article introduces its application in the control of Machining Centre JCS-018.
本文简要介绍该技术在JCS-018机床控制装置中的应用。
This article explains how to configure and use JCS to cache data for your Web applications.
本文将说明如何配置和使用JCS来缓存Web应用程序的数据。
The remote cached server can be used by multiple JCS client applications to store the cached data.
这台远程缓存服务器可以被多个JCS客户端应用程序用于存储缓存数据。
This data region performs well, and most JCS users designate it as the default cache region to use first.
这个数据区域执行良好,大多数JCS用户将它指定为最先使用的默认缓存区域。
The first step in designing a simple object-oriented site around JCS starts with the object you need to store.
设计一个简单的面向对象的JCS站点的第一个步骤是创建需要存储的对象。
The disk_region is of type IndexedDiskCacheFactory, and the file is specified on the disk as c: \ JCS \ disk_region.
disk_region是IndexedDiskCacheFactory类型,并且该文件在磁盘上指定为c: \jcs \ disk_region。
To improve performance, JCS stores the cached data keys in memory while storing the actual cached data on the file disk.
为了提高性能,JCS在文件磁盘上存储实际缓存数据的同时,会在内存中存储缓存数据键。
In a typical JCS configuration that USES the memory region first, any data that can't be held in the memory region is then written to the disk region.
在首先使用内存区域的典型JCS配置中,任何无法在内存区域中保存的数据都会写入磁盘区域中。
JCS provides a clear method for removing all cached data from the cache region that it was called with and a remove method for removing a specific cached item.
JCS提供了一种clear方法,用于从调用的缓存区域中删除所有缓存数据。
The last of the more common cache utilities you might need are for cleaning up JCS, the cached items, and the cache region after you are finished working with them.
最后需要几个用于在使用JCS、缓存项和缓存区域后清除它们的常用缓存实用程序。
Initializing the JCS cache region object gives you access to almost all of the common methods you'll need. Listing 3 initializes the JCS object and gets an instance of the default cache region.
初始化jcs缓存区域对象能使您访问大部分所需的常用方法。
Initializing the JCS cache region object gives you access to almost all of the common methods you'll need. Listing 3 initializes the JCS object and gets an instance of the default cache region.
初始化jcs缓存区域对象能使您访问大部分所需的常用方法。
应用推荐