All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ildfly-clustering-faces-mojarra.32.0.1.Final.source-code.com.sun.faces.util.proto Maven / Gradle / Ivy

There is a newer version: 35.0.0.Beta1
Show newest version
package com.sun.faces.util;

/**
 * @TypeId(530)
 */
message LRUMap {
	repeated	bytes	key	 = 1;
	repeated	bytes	value	 = 2;
	optional	uint32	maxCapacity	 = 3;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy