Class Cache

java.lang.Object
preponderous.ponder.misc.Cache

public class Cache extends Object
  • Constructor Details

  • Method Details

    • lookup

      public Cacheable lookup(Object key)
      Method to look up a cacheable object and cache it if it isn't in the cache.
      Parameters:
      key - Object to use as a key when searching.