ildfly-clustering-faces-mojarra.32.0.1.Final.source-code.com.sun.faces.util.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wildfly-clustering-faces-mojarra Show documentation
Show all versions of wildfly-clustering-faces-mojarra Show documentation
Marshalling optimizations for Mojarra.
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