Uses of Interface
org.eclipse.jgit.storage.dht.spi.cache.CacheService

Packages that use CacheService
org.eclipse.jgit.storage.dht.spi.cache   
 

Uses of CacheService in org.eclipse.jgit.storage.dht.spi.cache
 

Methods in org.eclipse.jgit.storage.dht.spi.cache that return CacheService
 CacheService CacheDatabase.getClient()
           
 

Constructors in org.eclipse.jgit.storage.dht.spi.cache with parameters of type CacheService
CacheBuffer(WriteBuffer dbBuffer, CacheService client, CacheOptions options)
          Initialize a new buffer.
CacheDatabase(Database database, java.util.concurrent.ExecutorService executor, CacheService client, CacheOptions options)
          Initialize a cache database.
 



Copyright © 2011. All Rights Reserved.