Package com.google.gerrit.httpd.raw
Class ResourceServlet.Weigher
- java.lang.Object
-
- com.google.gerrit.httpd.raw.ResourceServlet.Weigher
-
- All Implemented Interfaces:
com.google.common.cache.Weigher<Path,ResourceServlet.Resource>
- Enclosing class:
- ResourceServlet
public static class ResourceServlet.Weigher extends Object implements com.google.common.cache.Weigher<Path,ResourceServlet.Resource>
-
-
Constructor Summary
Constructors Constructor Description Weigher()
-
-
-
Method Detail
-
weigh
public int weigh(Path p, ResourceServlet.Resource r)
- Specified by:
weigh
in interfacecom.google.common.cache.Weigher<Path,ResourceServlet.Resource>
-
-