Class RequestCacheStats

    • Method Detail

      • evictions

        public final long evictions()
        Required - API name: evictions
      • hitCount

        public final long hitCount()
        Required - API name: hit_count
      • memorySize

        @Nullable
        public final java.lang.String memorySize()
        API name: memory_size
      • memorySizeInBytes

        public final long memorySizeInBytes()
        Required - API name: memory_size_in_bytes
      • missCount

        public final long missCount()
        Required - API name: miss_count
      • serialize

        public void serialize​(jakarta.json.stream.JsonGenerator generator,
                              JsonpMapper mapper)
        Serialize this object to JSON.
        Specified by:
        serialize in interface JsonpSerializable
      • serializeInternal

        protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator,
                                         JsonpMapper mapper)