Skip to content

Commit

Permalink
cachce cleaner related
Browse files Browse the repository at this point in the history
Signed-off-by: Kiran Prakash <[email protected]>
  • Loading branch information
kiranprakash154 committed Mar 12, 2024
1 parent 0c41070 commit 0e2c341
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@
*
* @opensearch.internal
*/
public final class IndicesRequestCache extends AbstractLifecycleComponent implements RemovalListener<IndicesRequestCache.Key, BytesReference>, Closeable {
public final class IndicesRequestCache extends AbstractLifecycleComponent
implements
RemovalListener<IndicesRequestCache.Key, BytesReference>,
Closeable {

private static final Logger logger = LogManager.getLogger(IndicesRequestCache.class);

Expand Down

0 comments on commit 0e2c341

Please sign in to comment.