public static interface Cache.Listener
Modifier and Type | Field and Description |
---|---|
static Cache.Listener |
NOOP |
Modifier and Type | Method and Description |
---|---|
void |
contention(int partitionIndex,
long time) |
void |
eviction(int partitionIndex,
Object pk,
int size) |
void |
hit(int partitionIndex) |
void |
miss(int partitionIndex) |
static final Cache.Listener NOOP
void contention(int partitionIndex, long time)
void eviction(int partitionIndex, Object pk, int size)
void hit(int partitionIndex)
void miss(int partitionIndex)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.