Package net.sf.ehcache
Interface Disposable
-
- All Known Implementing Classes:
TerracottaBootstrapCacheLoader
public interface DisposableA 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 Description voiddispose()Disposes the resource and releases any system resources associated with it.
-