DistributedNioMap.put(Object key,
Object value,
Object userMetaData,
int priority,
int timeToLive,
int inactivityTime,
int sharingPolicy,
Object[] dependencyIds,
Object[] alias,
boolean skipMemoryAndWriteToDisk)
Associates the specified value with the specified key in this map.
Signals that either (1) there is no disk space available or (2) the disk cache size in GB is over
the configured "diskCacheSizeInGB" limit when writing the cache entry to the disk cache.