DefaultCacheFactory constructor

DefaultCacheFactory()

Create a new instance of the factory.

Implementation

DefaultCacheFactory() : super() {
  registerAsType(DefaultCacheFactory.MemoryCacheDescriptor, MemoryCache);
  registerAsType(DefaultCacheFactory.NullCacheDescriptor, NullCache);
}