GrammarScope  4.0.0
Public Member Functions | Protected Member Functions | Static Private Attributes | List of all members
grammarscope.glue.AbstractDocumentFactory.Cache< T > Class Template Referenceabstract
Inheritance diagram for grammarscope.glue.AbstractDocumentFactory.Cache< T >:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.glue.AbstractDocumentFactory.Cache< T >:
Collaboration graph
[legend]

Public Member Functions

synchronized T get (final int sentenceIdx)
 

Protected Member Functions

abstract T fetch (int sentenceIdx)
 

Static Private Attributes

static final long serialVersionUID = -7391451686675254555L
 

Detailed Description

Cache of objects (by sentence index)

Parameters
<T>typed of cached object
Author
Bernard Bou

Member Function Documentation

◆ fetch()

abstract T grammarscope.glue.AbstractDocumentFactory.Cache< T >.fetch ( int  sentenceIdx)
abstractprotected

Fetch object from source (after a miss)

Parameters
sentenceIdxsentence object
Returns
object retrieved from source

◆ get()

synchronized T grammarscope.glue.AbstractDocumentFactory.Cache< T >.get ( final int  sentenceIdx)

Get object from cache

Parameters
sentenceIdxsentence index
Returns
object

Member Data Documentation

◆ serialVersionUID

final long grammarscope.glue.AbstractDocumentFactory.Cache< T >.serialVersionUID = -7391451686675254555L
staticprivate

The documentation for this class was generated from the following file: