Uses of Interface
org.apache.chemistry.opencmis.client.runtime.cache.Cache

Packages that use Cache
org.apache.chemistry.opencmis.client.runtime   
org.apache.chemistry.opencmis.client.runtime.repository   
 

Uses of Cache in org.apache.chemistry.opencmis.client.runtime
 

Methods in org.apache.chemistry.opencmis.client.runtime that return Cache
 Cache SessionImpl.getCache()
           
 

Methods in org.apache.chemistry.opencmis.client.runtime with parameters of type Cache
 Session SessionFactoryImpl.createSession(Map<String,String> parameters, ObjectFactory objectFactory, AuthenticationProvider authenticationProvider, Cache cache)
          Creates a new session.
 List<Repository> SessionFactoryImpl.getRepositories(Map<String,String> parameters, ObjectFactory objectFactory, AuthenticationProvider authenticationProvider, Cache cache)
          Returns all repositories that are available at the endpoint.
 

Constructors in org.apache.chemistry.opencmis.client.runtime with parameters of type Cache
SessionImpl(Map<String,String> parameters, ObjectFactory objectFactory, AuthenticationProvider authenticationProvider, Cache cache)
          Constructor.
 

Uses of Cache in org.apache.chemistry.opencmis.client.runtime.repository
 

Constructors in org.apache.chemistry.opencmis.client.runtime.repository with parameters of type Cache
RepositoryImpl(RepositoryInfo data, Map<String,String> parameters, SessionFactoryImpl sessionFactory, ObjectFactory objectFactory, AuthenticationProvider authenticationProvider, Cache cache)
          Constructor.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.