Package | Description |
---|---|
com.epimorphics.lda.cache |
The cache package contains Elda's internal cache classes.
|
com.epimorphics.lda.core |
The core package contains the core of Elda's functionality: the handling
of endpoint requests and select and view query construction.
|
com.epimorphics.lda.query |
The query package contains the classes which
construct SPARQL queries for the item-selection part
of the LDA process.
|
Modifier and Type | Class and Description |
---|---|
class |
LimitedCacheBase |
class |
PermaCache
The cache that remembers everything (until the world explodes
with an OOM) -- a LimitedCache with no limits.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Cache> |
ControllerBase.caches |
Modifier and Type | Method and Description |
---|---|
Cache |
Cache.Controller.cacheFor(Source s,
String policyValue)
Answer a Cache associated with the given Source.
|
Cache |
ControllerBase.cacheFor(Source s,
String policyValue) |
static Cache |
Cache.Registry.cacheFor(String policy,
Source source) |
Cache |
LimitEntriesController.Factory.New(String label,
String policyValue) |
Cache |
LimitTriplesController.Factory.New(String label,
String policyValue) |
Modifier and Type | Field and Description |
---|---|
protected Cache |
APIEndpointImpl.cache |
Constructor and Description |
---|
APIEndpointImpl(APIEndpointSpec spec,
Cache cache) |
Modifier and Type | Method and Description |
---|---|
APIResultSet |
APIQuery.runQuery(NoteBoard nb,
Controls c,
APISpec spec,
Cache cache,
Bindings b,
View view)
Run the defined query against the datasource
|
Copyright © 2014. All Rights Reserved.