Package ca.on.oicr.gsi.shesmu.plugin.cache


package ca.on.oicr.gsi.shesmu.plugin.cache
Utilities for creating caches of expiring values that can refill on access
  • Class
    Description
    Takes a stream of items and stores them.
     
    Caches a record until it self-identifies as stale
    Store data that must be generated/fetched remotely and cache the results for a set period of time.
    Store data that must be generated/fetched remotely and cache the results for a set period of time.
    Stores an incrementally appending list of items.
    Interface for caches so that records can communicate with their containers
    A record stored in a cache of some kind.
    Producer of new records for updater
    Takes a stream of items and stores them.
    Hold on to a single value
    Service to update a record in cache
    Store data that must be generated/fetched remotely and cache the results for a set period of time.