Class 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
    • Constructor Detail

      • FileCacheKey

        protected FileCacheKey()
      • FileCacheKey

        protected FileCacheKey​(String host,
                               String uri)
    • Method Detail

      • recycle

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

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

        protected String getHost()
      • getUri

        protected String getUri()