public final void putForExternalRead(K key, V value) {
putForExternalRead(key, value, (Flag[]) null);
}
public final void evict(K key) {
EvictCommand command = commandsFactory.buildEvictCommand(key);
invoker.invoke(getInvocationContext(), command);
}