org.littleshoot.proxy
Class ProxyConstants

java.lang.Object
  extended by org.littleshoot.proxy.ProxyConstants

public class ProxyConstants
extends Object

Constants for the proxy.


Field Summary
static String CACHE
          The name of the base cache.
static String CHUNK_CACHE
          Cache for the chunks themselves.
static String CHUNKS_CACHE
          Top-level cache for chunks.
 
Constructor Summary
ProxyConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHE

public static final String CACHE
The name of the base cache.

See Also:
Constant Field Values

CHUNKS_CACHE

public static final String CHUNKS_CACHE
Top-level cache for chunks.

See Also:
Constant Field Values

CHUNK_CACHE

public static final String CHUNK_CACHE
Cache for the chunks themselves.

See Also:
Constant Field Values
Constructor Detail

ProxyConstants

public ProxyConstants()


Copyright © 2009-2013 LittleShoot. All Rights Reserved.