com.ptc.netmarkets.folder
Class ProjectModelCache

java.lang.Object
  extended byjava.util.AbstractMap
      extended bywt.util.Cache
          extended bycom.ptc.netmarkets.folder.ProjectModelCache
All Implemented Interfaces:
Map

public class ProjectModelCache
extends Cache

Caching of Project Oids to Project Models mapping.


Nested Class Summary
 
Nested classes inherited from class wt.util.Cache
Cache.CacheEntry
 
Nested classes inherited from class java.util.AbstractMap
 
Nested classes inherited from class java.util.Map
Map.Entry
 
Field Summary
private static int LIMIT
           
 
Fields inherited from class wt.util.Cache
agedOut, cacheSize, count, hashCodes, hits, keys, misses, modCount, tableSize, values
 
Constructor Summary
ProjectModelCache()
          Creates a new instance of ProjectModelCache
 
Methods inherited from class wt.util.Cache
clear, containsKey, containsValue, createEntry, entries, entrySet, find, get, getAndRemove, getAndReplace, getKeys, keySet, link, overflow, print, put, remove, size, toString, touch
 
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, isEmpty, putAll, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LIMIT

private static final int LIMIT
Constructor Detail

ProjectModelCache

public ProjectModelCache()
                  throws RemoteException
Creates a new instance of ProjectModelCache