Package | Description |
---|---|
org.opendaylight.yangtools.objcache | |
org.opendaylight.yangtools.objcache.guava | |
org.opendaylight.yangtools.objcache.spi |
Service Provider Interface for Object Cache.
|
Modifier and Type | Method and Description |
---|---|
static ObjectCache |
ObjectCacheFactory.getObjectCache(Class<?> objClass)
Get an ObjectCache for caching a particular object class.
|
Modifier and Type | Method and Description |
---|---|
ObjectCache |
GuavaObjectCacheFactory.getObjectCache(Class<?> objClass) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractObjectCache
Abstract object cache implementation.
|
class |
NoopObjectCache
No-operation implementation of an Object Cache.
|
Modifier and Type | Method and Description |
---|---|
ObjectCache |
IObjectCacheFactory.getObjectCache(Class<?> objClass) |
Copyright © 2017 OpenDaylight. All rights reserved.