Interface FileCache

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag

public interface FileCache extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
Created Jan 8, 2009
Author:
Justin Lee
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

    org.jvnet.hk2.config.ConfigBeanProxy.Duck

    Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag

    org.jvnet.hk2.config.types.PropertyBag.Duck
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final boolean
     
    static final int
     
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Enables the caching of file content
    How old files can get before aging out of cache in seconds
    Maximum cache size on the disk
    Maximum number of files in the file cache.
    void
    setEnabled(String enabled)
     
    void
     
    void
     
    void
    setMaxFilesCount(String maxFilesCount)
     

    Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

    createChild, deepCopy, getParent, getParent

    Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag

    addProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
  • Field Details

  • Method Details

    • getEnabled

      String getEnabled()
      Enables the caching of file content
    • setEnabled

      void setEnabled(String enabled)
    • getMaxAgeSeconds

      String getMaxAgeSeconds()
      How old files can get before aging out of cache in seconds
    • setMaxAgeSeconds

      void setMaxAgeSeconds(String maxAge)
    • getMaxCacheSizeBytes

      String getMaxCacheSizeBytes()
      Maximum cache size on the disk
    • setMaxCacheSizeBytes

      void setMaxCacheSizeBytes(String maxCacheSize)
    • getMaxFilesCount

      String getMaxFilesCount()
      Maximum number of files in the file cache.
    • setMaxFilesCount

      void setMaxFilesCount(String maxFilesCount)