Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0-m5
-
Component/s: Development, Version Compatibility
-
Security Level: Public (Public: Anyone can view)
-
Labels:None
-
Similar issues:
KULRICE-154improve kuali caching solution KULRICE-12363Make priority of KIM cache messages configurable KULRICE-5941Determine the proper way to handle client-side caching and eviction operations KULRICE-13693 Come up with an automated solution for link verification in the Rice portal KULRICE-2764Deploy Rice standalone server to our test environments KULRICE-7558Default sizes for Rice caches are too small and timeToLiveSeconds is not configured properly KULRICE-2310Create cache of person data local to Rice KULRICE-10558Review solution for KULRICE-10466 (Inquiry Link Issue) KULRICE-7357Handle naming of JS files to avoid problems caused by cached JS files KULRICE-276consolidate rice web content under common root or other permanent solution -
Rice Module:Rice Core
-
Application Requirement:Rice
-
KAI Review Status:Not Required
-
KTI Review Status:Not Required
Description
see https://wiki.kuali.org/x/XgmWEg for more details...
oscache is a dead project. We need to provide a caching solution with rice 2.0 since most of the caching logic has been removed with version compatibility. The only classes used by rice that depend on oscache are:
RiceCacheAdministratorImpl
RiceDistributedCacheListener
The following classes are not not used by rice and will be deleted. If these caching classes are needed in the future we can use an ehcache/Spring 3.1 solution.
MethodCacheInterceptor - not used
MethodCacheNoCopyInterceptor - not used
MethodResultsCacheMonitor - not used
MethodResultsCacheNoCopyMonitor - not used
OSCacheMonitor - not used except by other not used items
ObjectCacheOSCacheImpl - not used
PersistenceCacheMonitor - not used
Integrated in rice-trunk-nightly #116 (See http://ci.rice.kuali.org/job/rice-trunk-nightly/116/)
KULRICE-5357: removing unused oscache depKULRICE-5357: removing unused oscache classesKULRICE-5357: removing unused oscache classes