Up

GSWeb: Class GSWCacheElement

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.1

Date: 2004/03/01 16:52:50

Copyright: (C) 2004 Free Software Foundation, Inc.

Software documentation for the GSWCacheElement class

GSWCacheElement : GSWDynamicElement

Declared in:
Foundation/GSWCacheElement.h
Standards:

Description forthcoming.


Instance Variables



Instance Variables for GSWCacheElement Class

_cache

@protected GSWAssociation* _cache;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_cacheIndex

@protected int _cacheIndex;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_cachedObject

@protected GSWAssociation* _cachedObject;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_childrenGroup

@protected GSWHTMLStaticGroup* _childrenGroup;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_disabled

@protected GSWAssociation* _disabled;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_duration

@protected GSWAssociation* _duration;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_enabled

@protected GSWAssociation* _enabled;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_keys

@protected NSArray* _keys;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_uniqID

@protected GSWAssociation* _uniqID;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.






Up