public interface Cache
Object put(Object key, Object value, int sizeEstimate)
key - value to be used as keyvalue - value to be storedsizeEstimate - estimated sizenull.void clear()
UnsupportedOperationException - if clear() is not supported by the map.Copyright © 2022 The Apache Software Foundation. All rights reserved.