Returns the Cached Info for this AgeSetKitFacet and the given CharID. May return null if no information has been set in this AgeSetKitFacet for the given CharID. Note that this method SHOULD NOT be public. The CacheInfo is owned by AgeSetKitFacet, and since it can be modified, a reference to that o
(CharID id)
| 134 | * AgeSetKitFacet for the Player Character. |
| 135 | */ |
| 136 | private CacheInfo getClassInfo(CharID id) |
| 137 | { |
| 138 | return (CacheInfo) getCache(id); |
| 139 | } |
| 140 | |
| 141 | /** |
| 142 | * Returns a non-null CacheInfo for this AgeSetKitFacet and the given |
no test coverage detected