Hierarchy For Package ch.bind.philib.cache

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • ch.bind.philib.cache.LineCache<K,​V> (implements ch.bind.philib.cache.Cache<K,​V>)
    • ch.bind.philib.cache.LruCache<K,​V> (implements ch.bind.philib.cache.Cache<K,​V>)
    • ch.bind.philib.cache.StagedLruCache<K,​V> (implements ch.bind.philib.cache.Cache<K,​V>)

Interface Hierarchy

  • ch.bind.philib.cache.Cache<K,​V>