edu.uci.ics.jung.visualization.util
Interface Caching

All Known Implementing Classes:
CachingLayout, ObservableCachingLayout, PersistentLayoutImpl

public interface Caching

Interface to provide external controls to an implementing class that manages a cache.

Author:
Tom Nelson - tomnelson@dev.java.net

Method Summary
 void clear()
          clear cache
 void init()
          ititialize resources for a cache
 

Method Detail

init

void init()
ititialize resources for a cache


clear

void clear()
clear cache



Copyright © 2009. All Rights Reserved.