public interface

MemoryTrimmable

com.facebook.common.memory.MemoryTrimmable
Known Indirect Subclasses

Class Overview

A class can implement this interface to react to a MemoryTrimmableRegistry's request to trim memory.

Summary

Public Methods
abstract void trim(MemoryTrimType trimType)
Trim memory.

Public Methods

public abstract void trim (MemoryTrimType trimType)

Trim memory.