Uses of Class
org.ov4j.cache.CachedResultId

Packages that use CachedResultId
org.ov4j.cache   
 

Uses of CachedResultId in org.ov4j.cache
 

Methods in org.ov4j.cache with parameters of type CachedResultId
protected  void CacheHandler.addNCommit(CachedResultId id, Version<ClassComparable> result)
          Add result to cache.
protected  void CacheHandler.commit(CachedResultId id, Version<ClassComparable> result)
          Commit the result in cache.
 int CachedResultId.compareTo(CachedResultId o)
           
protected  Version<ClassComparable> CacheHandler.latest(CachedResultId id)
          Fetch latest result for the given ID.
 

Constructors in org.ov4j.cache with parameters of type CachedResultId
DelayedCacher(MethodCaller theCaller, Version<ClassComparable> theVersion, long theTimeout, CachedResultId theId, CacheHandler theCache, boolean addBeforeCommit)
          Constructor.
ResultFetcher(java.util.TreeMap<CachedResultId,Version<ClassComparable>> map, Controler<ClassComparable,CachedResultId> ctrl, CachedResultId id)
           
 

Constructor parameters in org.ov4j.cache with type arguments of type CachedResultId
CacheHandler(IContainer<ClassComparable,CachedResultId> cont)
          Constructor.
ResultFetcher(java.util.TreeMap<CachedResultId,Version<ClassComparable>> map, Controler<ClassComparable,CachedResultId> ctrl, CachedResultId id)
           
ResultFetcher(java.util.TreeMap<CachedResultId,Version<ClassComparable>> map, Controler<ClassComparable,CachedResultId> ctrl, CachedResultId id)
           
 



Copyright © 2004-2007 Steve Molloy. All Rights Reserved.