public final class ObjectCacheFactory extends Object
ObjectCache
instance.Modifier and Type | Method and Description |
---|---|
static ObjectCache |
getObjectCache(Class<?> objClass)
Get an ObjectCache for caching a particular object class.
|
static void |
reset() |
public static void reset()
public static ObjectCache getObjectCache(@Nonnull Class<?> objClass)
objClass
- Class of objects which are to be cachedCopyright © 2017 OpenDaylight. All rights reserved.