K - public interface ScheduledRefreshKeyGenerator<K extends Serializable>
| Modifier and Type | Method and Description |
|---|---|
Iterable<K> |
generateKeys(Ehcache cache)
Return an
Iterable of all the keys to be refreshed. |
Iterable<K> generateKeys(Ehcache cache)
Iterable of all the keys to be refreshed.
Note that the cache will almost certainly be modified while this Iterable is
being traversed if the cache is of any size at all.cache - Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.