public class ReferenceCache extends Object
IReference
.
Clients should use ReferenceFactory
to get IReference
s; this
class is just an implementation detail.
Constructor and Description |
---|
ReferenceCache() |
public LexicalReference getLexicalReference(String name)
LexicalReference
representing name
. If one
already exists, it is returned. If one does not exist a new one is
created, cached, and returned.name
- the name you want a lexical ref forCopyright © 2016 The Apache Software Foundation. All rights reserved.