* {@inheritDoc}.
* <p>
* Throws {@link NonStopCacheException}
*/
public boolean put(final Element element) throws IllegalArgumentException, IllegalStateException, CacheException {
throw new NonStopCacheException("put for element - '" + element + "' timed out");
}