public class LRUCleaningResourceLoaderBeanPostProcessor extends Object implements BeanPostProcessor
LRUCleaningResourceLoader
when running
in Cloud Foundry.Constructor and Description |
---|
LRUCleaningResourceLoaderBeanPostProcessor(float targetFreeSpaceRatio,
File repositoryCache) |
Modifier and Type | Method and Description |
---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
public LRUCleaningResourceLoaderBeanPostProcessor(float targetFreeSpaceRatio, File repositoryCache)
public Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException
postProcessBeforeInitialization
in interface BeanPostProcessor
BeansException
public Object postProcessAfterInitialization(Object bean, String beanName) throws BeansException
postProcessAfterInitialization
in interface BeanPostProcessor
BeansException
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.