Interface Cachable

All Known Implementing Classes:
BrowserCache

public interface Cachable
Interface implemented by the object that can uses a cache
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if the object uses the cache or not
  • Method Details

    • useCache

      boolean useCache()
      Checks if the object uses the cache or not
      Returns:
      true if the object uses a cache, false otherwise