Eclipse Platform
Release 3.3

Uses of Interface
org.eclipse.team.core.ICache

Packages that use ICache
org.eclipse.team.core Application programming interfaces for defining and working with repository providers.  
org.eclipse.team.core.mapping Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings.  
org.eclipse.team.core.mapping.provider Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings.  
 

Uses of ICache in org.eclipse.team.core
 

Methods in org.eclipse.team.core with parameters of type ICache
 void ICacheListener.cacheDisposed(ICache cache)
          The given cache has been disposed.
 

Uses of ICache in org.eclipse.team.core.mapping
 

Methods in org.eclipse.team.core.mapping that return ICache
 ICache ISynchronizationContext.getCache()
          Return the cache associated with this synchronization context.
 

Uses of ICache in org.eclipse.team.core.mapping.provider
 

Methods in org.eclipse.team.core.mapping.provider that return ICache
 ICache SynchronizationContext.getCache()
          Return the cache associated with this synchronization context. The cache is maintained for the lifetime of this context and is disposed when the the context is disposed. It can be used by clients to cache model state related to the context so that it can be maintained for the life of the operation to which the context applies.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.