Uses of Interface
ome.services.util.cache.Cache

Packages that use Cache
ome.services.util.cache OMERO utilities for caching. 
 

Uses of Cache in ome.services.util.cache
 

Classes in ome.services.util.cache that implement Cache
 class DelegatingCache<K extends IObject,V extends Serializable>
          Simple base Cache which delegates all methods to the Cache with which it is constructed.
 class DiskCache<K extends IObject,V extends Serializable>
          Disk cache which is keyed to a particular type.
 class IdBackedCache<K extends IObject,V extends Serializable>
          Wrapper which provides clean-up functionality.
 

Fields in ome.services.util.cache declared as Cache
protected  Cache<K,V> DelegatingCache.cache
           
 

Constructors in ome.services.util.cache with parameters of type Cache
DelegatingCache(Cache<K,V> cache)
           
IdBackedCache(LocalQuery query, Cache<K,V> cache)
           
 



OmeroJava Api

Version: Beta-4.1.1-r5927-b91

Copyright © 2009 The University of Dundee. All Rights Reserved.