Interface FSCacheValue


public interface FSCacheValue
Note: Classes implementing this interface should be thread safe as we document the cache being useable accross threads.
  • Method Summary

    Modifier and Type Method Description
    int weight()  
  • Method Details

    • weight

      int weight()
      Returns:
      the (very) approximate weight of a cache value in bytes if known or -1 otherwise.