CmisTypeCache class

CMIS type cache

Constructors

CmisTypeCache()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
Get the size of the cache
no setter

Methods

addType(dynamic typeDef) → void
Add a type to the cache
getType(String typeId) → JsonObjectLite?
Get a type for a supplied type id
isTypeInCache(String key) bool
Check if we have a type cached
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeOldestElement() → void
Remove the oldest element from the type maps.
removeOldestElements() → void
Remove oldest elements from the type maps
reset() → void
Reset the type id maps
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited