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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
clear cachevoid
init()
ititialize resources for a cache
-