Package org.xwiki.cache
Interface DisposableCacheValue
-
public interface DisposableCacheValueIf the value inserted in the cache implement this interface, thedispose()method will be called to release all resource used by this data when it is removed from the cache.- Version:
- $Id: 8386d2fc688325138efb41c1d8bd2acb248119ec $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispose()
-