public class AccountByEmailCacheImpl extends java.lang.Object implements AccountByEmailCache
Modifier and Type | Method and Description |
---|---|
void |
evict(java.lang.String email) |
java.util.Set<Account.Id> |
get(java.lang.String email) |
static com.google.inject.Module |
module() |
public static com.google.inject.Module module()
public java.util.Set<Account.Id> get(java.lang.String email)
get
in interface AccountByEmailCache
public void evict(java.lang.String email)
evict
in interface AccountByEmailCache