package anzsoft.iJabBar.client;

public interface CacheHandler {
	void onSuspend();

	void onResume();
}
