Serialized Form


Package edu.internet2.middleware.grouperClient.collections

Class edu.internet2.middleware.grouperClient.collections.MultiKey extends Object implements Serializable

serialVersionUID: 4465448607415788805L

Serialized Fields

keys

Object[] keys
The individual keys


hashCode

int hashCode
The cached hashCode


Package edu.internet2.middleware.grouperClient.util

Class edu.internet2.middleware.grouperClient.util.ExpirableCache extends Object implements Serializable

Serialized Fields

defaultTimeToLiveInMillis

long defaultTimeToLiveInMillis
time to live for content (when not specified this is one day, and max one day)


lastEvictionCheck

long lastEvictionCheck
last time the cache was checked for evictions


cache

Map<K,V> cache
cache map


cacheInserts

int cacheInserts
number of elements inserted into the cache


cacheHits

int cacheHits
numebr of times an element was retrieved from cache successfully


cacheEvictions

int cacheEvictions
number of evictions from cache when thigns expire


lastClear

long lastClear
when was the last clear of this instance

Class edu.internet2.middleware.grouperClient.util.ExpirableValue extends Object implements Serializable

Serialized Fields

timePlacedInCache

long timePlacedInCache
this is the time it was placed in the cache


timeToLiveInCacheMillis

long timeToLiveInCacheMillis
the time to live is by default 1 day


content

Object content
underlying content


Package edu.internet2.middleware.grouperClient.ws

Class edu.internet2.middleware.grouperClient.ws.GcWebServiceError extends RuntimeException implements Serializable

Serialized Fields

containerResponseObject

Object containerResponseObject
container response object