wt.epm.util
Class EPMCache

java.lang.Object
  extended bywt.epm.util.EPMCache

public class EPMCache
extends Object

The EPMCache is a server-side only class that encapsulates several kinds of caches.

Supported API: false

Extendable: false


Nested Class Summary
static class EPMCache.IterationCache
          An Iteration Cache holds Iterated objects and indexes them by the object identifier of their master.
static class EPMCache.ObjectCache
          An Object Cache holds Persistable objects and indexes them by their object identifiers.
static class EPMCache.VersionCache
          A Version Cache holds Iterated objects and indexes them using version keys.
 
Constructor Summary
EPMCache()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EPMCache

public EPMCache()