Class ResultCacheProperties

java.lang.Object
org.eclipse.rdf4j.spring.resultcache.ResultCacheProperties

@ConfigurationProperties(prefix="rdf4j.spring.resultcache") @Validated public class ResultCacheProperties extends Object
Since:
4.0.0
Author:
Florian Kleedorfer
  • Constructor Details Link icon

    • ResultCacheProperties Link icon

      public ResultCacheProperties()
  • Method Details Link icon

    • isEnabled Link icon

      public boolean isEnabled()
    • setEnabled Link icon

      public void setEnabled(boolean enabled)
    • getInitialSize Link icon

      public int getInitialSize()
    • setInitialSize Link icon

      public void setInitialSize(int initialSize)
    • getMaxSize Link icon

      public int getMaxSize()
    • setMaxSize Link icon

      public void setMaxSize(int maxSize)
    • isAssumeNoOtherRepositoryClients Link icon

      public boolean isAssumeNoOtherRepositoryClients()
    • setAssumeNoOtherRepositoryClients Link icon

      public void setAssumeNoOtherRepositoryClients(boolean assumeNoOtherRepositoryClients)
    • getEntryLifetime Link icon

      public Duration getEntryLifetime()
    • setEntryLifetime Link icon

      public void setEntryLifetime(Duration entryLifetime)