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 ItemDisposalFunc<V>
Type Parameters:
V
- the type of object being disposed
public interface
ItemDisposalFunc<V>
An optional function defining extra cleanup steps to take when a cache item is cleaned up.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
dispose
(
V
item)
Method Detail
dispose
void dispose(
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