Package org.cache2k.core.api
Interface NeedsClose
-
- All Known Implementing Classes:
AbstractEviction,ClockProPlusEviction,DefaultTimer,DelegatingEviction,IdleScan,IdleScanEviction,SegmentedEviction,StaticTiming,TimeAgnosticTiming,Timing
public interface NeedsCloseInternal cache component that holds resources and needs a proper close.- Author:
- Jens Wilke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose(InternalCacheCloseContext closeContext)
-
-
-
Method Detail
-
close
void close(InternalCacheCloseContext closeContext)
-
-