public interface Expirable
ExpiryHandler
should implement it. When this
method is called, the object should perform resource cleanup (flush/close handles/connections, release memory
that can be released etc).
It does not mean that the object will be garbage collected, it may still be strongly reachable and accessed
again, depending on your use case.Modifier and Type | Method and Description |
---|---|
void |
expire() |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.