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