Interface MetadataHelper

  • All Known Implementing Classes:
    EmbeddedMetadataHelper

    public interface MetadataHelper
    MetadataHelper
    Since:
    6.0
    Author:
    Tristan Tarrant
    • Method Detail

      • getContentType

        String getContentType​(org.infinispan.persistence.spi.MarshallableEntry entry)
      • buildMetadata

        org.infinispan.metadata.Metadata buildMetadata​(String contentType,
                                                       long lifespan,
                                                       TimeUnit lifespanUnit,
                                                       long maxIdle,
                                                       TimeUnit maxIdleUnit)