JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
ehcache
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.sf.ehcache
Interface Disposable
All Known Implementing Classes:
TerracottaBootstrapCacheLoader
public interface
Disposable
A
Disposable
is a resource that needs to release other resources when it is no longer needed. Resources registered with a CacheManager (or Cache), will have this method called whenever they are disposed themselves...
Since:
2.5.0
Author:
Alex Snaps
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
dispose
()
Disposes the resource and releases any system resources associated with it.
Method Detail
dispose
void dispose()
Disposes the resource and releases any system resources associated with it. If the resource was already disposed of, this has no effect
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
ehcache
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright 2001-2021, Terracotta, Inc.