public interface IRedisExpirer
| Modifier and Type | Method and Description |
|---|---|
void |
checkError(Exception e) |
void |
doesNotExist(String key,
String element) |
void |
exists(String key,
String element) |
void |
existsError(Exception e) |
void |
expired(String key,
String element) |
void |
expireError(Exception e) |
void |
persisted(String key,
String element) |
void |
persistError(Exception e) |
Copyright © 2015. All rights reserved.