
com.alicp.jetcache.anno.support.CacheThreadLocal Maven / Gradle / Ivy
The newest version!
/**
* Created on 13-09-11 17:21
*/
package com.alicp.jetcache.anno.support;
/**
* @author huangli
*/
class CacheThreadLocal {
private int enabledCount = 0;
int getEnabledCount() {
return enabledCount;
}
void setEnabledCount(int enabledCount) {
this.enabledCount = enabledCount;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy