Typo
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17663 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
c49ef2e2f2
commit
c27da172ab
|
@ -2,7 +2,7 @@
|
||||||
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
~ Copyright (c) 2008, Red Hat Middleware, LLC. All rights reserved.
|
~ Copyright (c) 2009, Red Hat, Inc. All rights reserved.
|
||||||
~
|
~
|
||||||
~ This copyrighted material is made available to anyone wishing to use, modify,
|
~ This copyrighted material is made available to anyone wishing to use, modify,
|
||||||
~ copy, or redistribute it subject to the terms and conditions of the GNU
|
~ copy, or redistribute it subject to the terms and conditions of the GNU
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The JBoss Cache eviction process is fairly straightforward. Whenever
|
The JBoss Cache eviction process is fairly straightforward. Whenever
|
||||||
a node in a cache read or written to, added or removed, the cache
|
a node in a cache is read or written to, added or removed, the cache
|
||||||
finds the <emphasis>eviction region</emphasis> (see below) that
|
finds the <emphasis>eviction region</emphasis> (see below) that
|
||||||
contains the node and passes an <emphasis>eviction event</emphasis>
|
contains the node and passes an <emphasis>eviction event</emphasis>
|
||||||
object to the <emphasis>eviction policy</emphasis> (see below)
|
object to the <emphasis>eviction policy</emphasis> (see below)
|
||||||
|
|
Loading…
Reference in New Issue