VALUE_ONLY

val VALUE_ONLY: EvictionPolicyType

During ejection, only the value will be ejected (key and metadata will remain in memory).

Value Ejection needs more system memory, but provides better performance than Full Ejection.

This value is only valid for buckets of type BucketType.COUCHBASE.