Interface Clearable

All Known Subinterfaces:
DataCache
All Known Implementing Classes:
AbstractDataCache, ConcurrentDataCache, DelegatingDataCache, PartitionedDataCache

public interface Clearable
Generic interface for components that can be cleared so that helpers can treat them in a generic way.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • clear

      void clear()