org.constretto.util
Class StaticlyCachedConfiguration

java.lang.Object
  extended by org.constretto.util.StaticlyCachedConfiguration

public class StaticlyCachedConfiguration
extends Object

Author:
Kaare Nilsen Based on a configurationfactory used, and donated by FinnTech.

Constructor Summary
StaticlyCachedConfiguration()
           
 
Method Summary
static int cacheHits()
           
static int cacheMiss()
           
static ConstrettoConfiguration config(String... locations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticlyCachedConfiguration

public StaticlyCachedConfiguration()
Method Detail

config

public static ConstrettoConfiguration config(String... locations)

cacheHits

public static int cacheHits()

cacheMiss

public static int cacheMiss()


Copyright © 2008-2011. All Rights Reserved.