22 package com.realtime.crossfire.jxclient.faces;
24 import javax.swing.ImageIcon;
25 import org.jetbrains.annotations.NotNull;
26 import org.jetbrains.annotations.Nullable;
48 void save(@NotNull
Face face, @NotNull ImageIcon imageIcon);
void save(@NotNull Face face, @NotNull ImageIcon imageIcon)
Stores an ImageIcon into the cache.
Interface for ImageIcon caching classes.
ImageIcon load(@NotNull Face face)
Retrieves an image from the cache.