Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "Instead of using SingleVMPoolUtil, we will need to use the MultiVMPoolUtil class to store and retrieve objects from the cache."

A block of code is set as follows:

/arrows/01_down.png=0,16,16
/arrows/01_left.png=16,16,16
/arrows/01_right.png=32,16,16
/arrows/01_up.png=48,16,16

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

package com.connectsam.development; import com.liferay.portal.kernel.cache.SingleVMPoolUtil; import java.util.ArrayList; ...

Get Liferay Portal Performance Best Practices now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.