
Public Member Functions | |
| void | invalidateCache () |
| ERCStatic | objectMatchingKey (EOEditingContext ec, String key, boolean noCache) |
| ERCStatic | objectMatchingKey (EOEditingContext ec, String key) |
| NSArray | staticsForKey (EOEditingContext ec, String key) |
| int | staticStoredIntValueForKey (String key, boolean noCache) |
| int | staticStoredIntValueForKey (String key) |
| int | staticStoredIntValueForKey (EOEditingContext ec, String key, boolean noCache) |
| int | staticStoredIntValueForKey (EOEditingContext ec, String key) |
| String | staticStoredValueForKey (String key) |
| String | staticStoredValueForKey (String key, boolean noCache) |
| String | staticStoredValueForKey (EOEditingContext ec, String key, boolean noCache) |
| String | staticStoredValueForKey (EOEditingContext ec, String key) |
| void | takeStaticStoredValueForKey (EOEditingContext editingContext, String value, String key) |
| void | takeStaticStoredValueForKey (String value, String key) |
Static Private Member Functions | |
| static synchronized EOEditingContext | privateEditingContext () |
Private Attributes | |
| NSMutableDictionary | _staticsPerKey = new NSMutableDictionary() |
Static Private Attributes | |
| static EOEditingContext | _privateEditingContext |
| void invalidateCache | ( | ) |
| static synchronized EOEditingContext privateEditingContext | ( | ) | [static, private] |
| NSArray staticsForKey | ( | EOEditingContext | ec, | |
| String | key | |||
| ) |
| int staticStoredIntValueForKey | ( | String | key, | |
| boolean | noCache | |||
| ) |
| int staticStoredIntValueForKey | ( | String | key | ) |
| int staticStoredIntValueForKey | ( | EOEditingContext | ec, | |
| String | key, | |||
| boolean | noCache | |||
| ) |
| int staticStoredIntValueForKey | ( | EOEditingContext | ec, | |
| String | key | |||
| ) |
EOEditingContext _privateEditingContext [static, private] |
NSMutableDictionary _staticsPerKey = new NSMutableDictionary() [private] |
1.5.8