Class FileCacheKey

java.lang.Object
org.glassfish.grizzly.http.server.filecache.FileCacheKey
All Implemented Interfaces:
org.glassfish.grizzly.Cacheable
Direct Known Subclasses:
LazyFileCacheKey

public class FileCacheKey extends Object implements org.glassfish.grizzly.Cacheable
The entry key in the file cache map.
Author:
Alexey Stashok
  • Field Details

  • Constructor Details

    • FileCacheKey

      protected FileCacheKey()
    • FileCacheKey

      protected FileCacheKey(String host, String uri)
  • Method Details

    • recycle

      public void recycle()
      Specified by:
      recycle in interface org.glassfish.grizzly.Cacheable
    • create

      public static FileCacheKey create(String host, String uri)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getHost

      protected String getHost()
    • getUri

      protected String getUri()