JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
software.amazon.jdbc.util.storage
Interface ShouldDisposeFunc<V>
Type Parameters:
V
- the type of object being analyzed for disposal
public interface
ShouldDisposeFunc<V>
An optional function defining the conditions under which an expired entry should be cleaned up at cleanup time.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
shouldDispose
(
V
item)
Method Detail
shouldDispose
boolean shouldDispose(
V
item)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method