Expire expires older entries with the specified key prefix.
(keyPrefix string, olderThan time.Time)
| 1087 | Delete(key string) error |
| 1088 | // Expire expires older entries with the specified key prefix. |
| 1089 | Expire(keyPrefix string, olderThan time.Time) error |
| 1090 | } |
| 1091 | |
| 1092 | // pcacheMapper is concrete type which implements PersistentCacheInterface. |
no outgoing calls
no test coverage detected