Interface ICacheEnabled<K,V>
- All Known Implementing Classes:
AbstractSenderWrapper, JavascriptSender, LdapClient, LdapFindGroupMembershipsPipe, ParallelSenders, PipeLine, ReconnectSenderWrapper, SenderSeries, SenderWrapper, ShadowSender
public interface ICacheEnabled<K,V>
Interface to be implemented by classes that could use a cache.
Implementers will be notified of a cache that is configured via setCache().
They must call cache.configure() once in their own configure() method
They must call cache.open() and cache.close() from their own open() resp. close().
- Since:
- 4.11
- Author:
- Gerrit van Brakel
-
Method Summary
-
Method Details
-
setCache
-
getCache
-