descriptor.getName());
map.put(FileStoreManagerConstants.CONTAINER_ID,
new Long(descriptor.getUniqueId()));
CacheProperties cacheProps = new CacheProperties(descriptor);
map.put(FileStoreManagerConstants.SESSION_TIMEOUT_IN_SECONDS,
new Integer(cacheProps.getRemovalTimeoutInSeconds()));
map.put(FileStoreManagerConstants.GRACE_SESSION_TIMEOUT_IN_SECONDS,
new Integer(super.getRemovalGracePeriodInSeconds()));
map.put(FileStoreManagerConstants.PASSIVATION_DIRECTORY_NAME,