ehcache

Package net.sf.ehcache.util

Util package.

See:
          Description

Class Summary
CircularLossyQueue<T> An implementation of a CircularQueue data-structure.
ClassLoaderUtil Keeps all classloading in ehcache consistent.
FailSafeTimer A fail-safe timer in the sense that if the runtime environment restricts creating new threads, it doesn't blow up with exception.
MemoryEfficientByteArrayOutputStream This class is designed to minimise the number of System.arraycopy(); methods required to complete.
NamedThreadFactory A ThreadFactory that sets names to the threads created by this factory.
ProductInfo Build properties of the product
PropertyUtil Property utilities.
TimeUtil Utilities for converting times
UpdateChecker Check for new Ehcache updates and alert users if an update is available
 

Package net.sf.ehcache.util Description

Util package. This package contains utilities - common functionality that can be factored out to utility classes which have public static methods.


ehcache

true