Package org.aksw.commons.rx.cache.range


package org.aksw.commons.rx.cache.range
  • Classes
    Class
    Description
    Caching list paginator implementation based on AdvancedRangeCacheImpl
    A cache that upon any item or count request caches the full range of data into a (java) List and subsequently serves the request from the cache.