See: Description
Interface | Description |
---|---|
Cache |
The Cache interface names the methods used by the Query
constructor/issuer to fetch and store results that may be
requested again.
|
Cache.Clock |
A Clock-like object that says what the current time in milliseconds
is pretending to be.
|
Cache.Controller |
Class | Description |
---|---|
Cache.Registry |
The registry records named cache policies.
|
ControllerBase |
A Cache.Controller base class that is passed an actual
cache factory on construction.
|
LimitedCacheBase | |
LimitedCacheBase.TimedThing<T> | |
LimitEntriesController | |
LimitEntriesController.Factory | |
LimitTriplesController | |
LimitTriplesController.Factory | |
PermaCache |
The cache that remembers everything (until the world explodes
with an OOM) -- a LimitedCache with no limits.
|
PermaController |
Copyright © 2014. All Rights Reserved.