The first step in designing a simple object-oriented site around JCS starts with the object you need to store.
设计一个简单的面向对象的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配置中,任何无法在内存区域中保存的数据都会写入磁盘区域中。
A good way to learn the basics of JCS is to view the API's most commonly used methods.
学习JCS基础知识的一个好方法是查看API最常用的方法。
Configuring JCS is as simple as creating and populating a cache.ccf file.
配置JCS就是简单地创建和填充一个cache . ccf文件。
Retrieving a cached object is as simple as using the get method provided by JCS.
检索缓存对象只不过是使用JCS提供的get方法。
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方法,用于从调用的缓存区域中删除所有缓存数据。
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方法,用于从调用的缓存区域中删除所有缓存数据。
应用推荐