|
| 1.9 | modified | bwang | src/org/jboss/cache/aop/PojoCache.java | JBCACHE-574 Optimize PojoCache in LOCAL -- CacheInterceptor has assoication used _xxxObject calls (instead of xxxObject) since we don't need to go thru the locking anymore. |
| 1.15 | modified | bwang | src/org/jboss/cache/aop/CacheInterceptor.java | JBCACHE-574 Optimize PojoCache in LOCAL -- CacheInterceptor has assoication used _xxxObject calls (instead of xxxObject) since we don't need to go thru the locking anymore. |
| 1.5 | modified | msurtani | src/org/jboss/cache/marshall/ObjectSerializationFactory.java | fixed bool operator |
| 1.4 | modified | msurtani | src/org/jboss/cache/marshall/ObjectSerializationFactory.java | fixed ternary statement |
| 1.3 | modified | msurtani | src/org/jboss/cache/marshall/ObjectSerializationFactory.java | fixed ternary statement |
| 1.11 | modified | bwang | src/org/jboss/cache/aop/collection/CachedListImpl.java | JBCACHE-574 Optimize PojoCache in LOCAL -- CacheInterceptor has assoication used _xxxObject calls (instead of xxxObject) since we don't need to go thru the locking anymore. |
| 1.12 | modified | bwang | src/org/jboss/cache/aop/collection/CachedMapImpl.java | JBCACHE-574 Optimize PojoCache in LOCAL -- CacheInterceptor has assoication used _xxxObject calls (instead of xxxObject) since we don't need to go thru the locking anymore. |
| 1.12 | modified | bwang | src/org/jboss/cache/aop/collection/CachedSetImpl.java | JBCACHE-574 Optimize PojoCache in LOCAL -- CacheInterceptor has assoication used _xxxObject calls (instead of xxxObject) since we don't need to go thru the locking anymore. |
| 1.52 | modified | bwang | src/org/jboss/cache/aop/TreeCacheAopDelegate.java | JBCACHE-574 Optimize PojoCache in LOCAL -- CacheInterceptor has assoication to AOPInstance |
| 1.3 | modified | bwang | src/org/jboss/cache/aop/BaseInterceptor.java | JBCACHE-574 Optimize PojoCache in LOCAL -- CacheInterceptor has assoication to AOPInstance |
| 1.14 | modified | bwang | src/org/jboss/cache/aop/CacheInterceptor.java | JBCACHE-574 Optimize PojoCache in LOCAL -- CacheInterceptor has assoication to AOPInstance |
| 1.15 | modified | bwang | src/org/jboss/cache/aop/CollectionClassHandler.java | JBCACHE-574 Optimize PojoCache in LOCAL -- CacheInterceptor has assoication to AOPInstance |
| 1.6 | modified | bwang | src/org/jboss/cache/aop/collection/AbstractCollectionInterceptor.java | JBCACHE-574 Optimize PojoCache in LOCAL -- CacheInterceptor has assoication to AOPInstance |
| 1.6 | modified | bela | lib/licenses/thirdparty-licenses.xml | reverted again |
| 1.2 | modified | msurtani | src/org/jboss/cache/marshall/ObjectSerializationFactory.java | Added javadoc |
| 1.1 | added | msurtani | lib/jboss-serialization.jar | Abstracted object stream creation, added jboss serialization jar |
| 1.10 | modified | msurtani | src/org/jboss/cache/marshall/EnhancedTreeCacheMarshaller.java | Abstracted object stream creation, added jboss serialization jar |
| 1.1 | added | msurtani | src/org/jboss/cache/marshall/ObjectSerializationFactory.java | Abstracted object stream creation, added jboss serialization jar |
| 1.51 | modified | bwang | src/org/jboss/cache/aop/TreeCacheAopDelegate.java | JBCACHE-574 Optimize PojoCache in LOCAL -- refactoring II |