java.lang.Object
to
com.ibm.commerce.registry.AbstractManagedDynamicCacheRegistry
.com.ibm.commerce.registry.Registry
.Removed Methods | |
void
addElement
(Integer,
StoreAccessBean |
Adds a StoreAccessBeany to the cache. |
Changed Methods | ||
Enumeration
getStoreElements
() |
Now deprecated. |
Returns an enumeration of all StoreAccessBeans stored in the store registry. |
void
refresh
() |
Method was locally defined, but is now inherited from AbstractManagedDynamicCacheRegistry . | Refreshes all the elements in the cache. |
void
removeAllElements
() |
Method was locally defined, but is now inherited from AbstractManagedDynamicCacheRegistry . | Removes all cached elements. |
void
removeElement
(Object ) |
Change in signature from Integer to
Object .Method was locally defined, but is now inherited from AbstractManagedDynamicCacheRegistry . |
Removes a element from the cache. |
void
addElement
(Integer,
StoreAccessBean |
Now deprecated. |
Adds a StoreAccessBean to the given cache. |
Removed Fields | |
Hashtable
cache
|
|
int
cacheSize
|