synchronoss / cpo-api

Class Persistence Object (CPO) Application Programming Interface (API).
GNU Lesser General Public License v2.1
3 stars 3 forks source link

Rename Cache classes in cache package #18

Closed berryware closed 8 years ago

berryware commented 9 years ago

Class names are describing the key not the payload. This needs to be corrected.

berryware commented 8 years ago

This looks to have been done. The names reflect the payload. CpoMetaDescriptorCache is caching CpoMetaDescriptor, and CpoAdapterCache is caching CpoAdapter