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

    Modifier and Type
    Method
    Description
    void
    clear cache
    void
    ititialize resources for a cache
  • Method Details

    • init

      void init()
      ititialize resources for a cache
    • clear

      void clear()
      clear cache