Uses of Class
org.glassfish.grizzly.http.server.filecache.FileCache.CacheType

Packages that use FileCache.CacheType
org.glassfish.grizzly.http.server.filecache   
 

Uses of FileCache.CacheType in org.glassfish.grizzly.http.server.filecache
 

Fields in org.glassfish.grizzly.http.server.filecache declared as FileCache.CacheType
 FileCache.CacheType FileCacheEntry.type
           
 

Methods in org.glassfish.grizzly.http.server.filecache that return FileCache.CacheType
static FileCache.CacheType FileCache.CacheType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FileCache.CacheType[] FileCache.CacheType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.