Class CacheInvalidationSender
java.lang.Object
org.projectnessie.server.distcache.CacheInvalidationSender
- All Implemented Interfaces:
org.projectnessie.versioned.storage.cache.DistributedCacheInvalidation
@ApplicationScoped
public class CacheInvalidationSender
extends Object
implements org.projectnessie.versioned.storage.cache.DistributedCacheInvalidation
-
Constructor Summary
ConstructorsConstructorDescriptionCacheInvalidationSender(io.vertx.core.Vertx vertx, org.projectnessie.quarkus.config.QuarkusStoreConfig config, int httpPort, String serverInstanceId) -
Method Summary
-
Constructor Details
-
CacheInvalidationSender
@Inject public CacheInvalidationSender(io.vertx.core.Vertx vertx, org.projectnessie.quarkus.config.QuarkusStoreConfig config, int httpPort, @ServerInstanceId String serverInstanceId)
-
-
Method Details
-
evictReference
- Specified by:
evictReferencein interfaceorg.projectnessie.versioned.storage.cache.DistributedCacheInvalidation
-
evictObj
public void evictObj(String repositoryId, org.projectnessie.versioned.storage.common.persist.ObjId objId) - Specified by:
evictObjin interfaceorg.projectnessie.versioned.storage.cache.DistributedCacheInvalidation
-