java.lang.Object |
↳ |
org.mule.modules.peoplesoft.api.cache.CIPropertyInfoInternalCache<T> |
Known Direct Subclasses
|
Class Overview
Handles metadata cache for psft.pt8.joa.CIPropertyInfoCollection
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Fields
private
Map<Long, T>
indexCache
private
Map<String, T>
nameCache
Public Constructors
public
CIPropertyInfoInternalCache
()
Protected Methods
protected
T
getByIndex
(Long index)
protected
T
getByName
(String key)
protected
boolean
isIndexInCache
(Long index)
protected
boolean
isNameInCache
(String key)
protected
void
putByIndexAndName
(Long index, String name, T value)