Class AbstractCacheableCall<T>
java.lang.Object
com.linecorp.centraldogma.server.storage.repository.AbstractCacheableCall<T>
- All Implemented Interfaces:
CacheableCall<T>
A skeletal implementation of
CacheableCall.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()protected final Repositoryrepo()Returns theRepositorywhich this call is associated with.final StringtoString()protected abstract voidtoString(com.google.common.base.MoreObjects.ToStringHelper helper) Overrides this method to add more information to thetoString()result.Methods inherited from interface CacheableCall
execute, weigh
-
Constructor Details
-
AbstractCacheableCall
Creates a new instance.
-
-
Method Details
-
repo
Returns theRepositorywhich this call is associated with. -
hashCode
-
equals
-
toString
-
toString
protected abstract void toString(com.google.common.base.MoreObjects.ToStringHelper helper) Overrides this method to add more information to thetoString()result.
-