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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFileCacheKey()protectedFileCacheKey(String host, String uri)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileCacheKeycreate(String host, String uri)booleanequals(Object obj)protected StringgetHost()protected StringgetUri()inthashCode()voidrecycle()
-
-
-
Method Detail
-
recycle
public void recycle()
- Specified by:
recyclein interfaceorg.glassfish.grizzly.Cacheable
-
create
public static FileCacheKey create(String host, String uri)
-
getHost
protected String getHost()
-
getUri
protected String getUri()
-
-