Uses of Interface
org.ldaptive.cache.Cache

Packages that use Cache
org.ldaptive   
org.ldaptive.auth   
org.ldaptive.cache   
org.ldaptive.concurrent   
 

Uses of Cache in org.ldaptive
 

Methods in org.ldaptive that return Cache
 Cache<SearchRequest> SearchOperation.getCache()
          Returns the cache to check when performing search operations.
 Cache<SearchRequest> SearchExecutor.getSearchCache()
          Returns the search cache.
 

Methods in org.ldaptive with parameters of type Cache
 void SearchOperation.setCache(Cache<SearchRequest> c)
          Sets the cache.
 void SearchExecutor.setSearchCache(Cache<SearchRequest> cache)
          Sets the search cache.
 

Constructors in org.ldaptive with parameters of type Cache
SearchOperation(Connection conn, Cache<SearchRequest> c)
          Creates a new search operation.
 

Uses of Cache in org.ldaptive.auth
 

Methods in org.ldaptive.auth that return Cache
 Cache<SearchRequest> AbstractSearchOperationFactory.getSearchCache()
          Returns the search cache.
 

Methods in org.ldaptive.auth with parameters of type Cache
 void AbstractSearchOperationFactory.setSearchCache(Cache<SearchRequest> cache)
          Sets the search cache.
 

Uses of Cache in org.ldaptive.cache
 

Classes in org.ldaptive.cache that implement Cache
 class LRUCache<Q extends SearchRequest>
          Least-Recently-Used cache implementation.
 

Uses of Cache in org.ldaptive.concurrent
 

Methods in org.ldaptive.concurrent that return Cache
 Cache<SearchRequest> AbstractSearchExecutor.getSearchCache()
          Returns the search cache.
 

Methods in org.ldaptive.concurrent with parameters of type Cache
 void AbstractSearchExecutor.setSearchCache(Cache<SearchRequest> cache)
          Sets the search cache.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.