JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.omnifaces.component.output.cache.concurrentlinkedhashmap
Interface Weigher<V>
@ThreadSafe public interface
Weigher<V>
A class that can determine the weight of a value. The total weight threshold is used to determine when an eviction is required.
Author:
ben.manes@gmail.com (Ben Manes)
See Also:
http://code.google.com/p/concurrentlinkedhashmap/
Method Summary
Methods
Modifier and Type
Method and Description
int
weightOf
(
V
value)
Measures an object's weight to determine how many units of capacity that the value consumes.
Method Detail
weightOf
int weightOf(
V
value)
Measures an object's weight to determine how many units of capacity that the value consumes. A value must consume a minimum of one unit.
Parameters:
value
- the object to weigh
Returns:
the object's weight
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method