Closed andrii-kovalenko-ct closed 6 years ago
Relative to #105:
It is known that Spring caching feature works over AOP thus calling cached methods from the same instance doesn't work like expected (not cached).
Though since Spring 4.3 it supports self-autowiring beans over @Resource annotation, thus SphereFactoryInternalCache could be omitted.
@Resource
SphereFactoryInternalCache
Relative to #105:
It is known that Spring caching feature works over AOP thus calling cached methods from the same instance doesn't work like expected (not cached).
Though since Spring 4.3 it supports self-autowiring beans over
@Resource
annotation, thusSphereFactoryInternalCache
could be omitted.