All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.maxifier.mxcache.ContextResolver Maven / Gradle / Ivy

/*
 * Copyright (c) 2008-2014 Maxifier Ltd. All Rights Reserved.
 */
package com.maxifier.mxcache;

import com.maxifier.mxcache.context.CacheContext;

/**
 * @author Alexander Kochurov ([email protected])
 */
public interface ContextResolver {
    Class getContextOwnerClass();

    CacheContext getContext(T owner);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy